From a53b1380d2d4de84c5d2dd519576a94a498b7552 Mon Sep 17 00:00:00 2001 From: Jazzy Gasper Date: Sat, 14 Dec 2024 15:12:38 -0800 Subject: [PATCH] feat(compatibility-table): add browser name to compatibility table tooltip --- .../ingredients/browser-compatibility-table/feature-row.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx index a3cd6a805948..18d7d388788e 100644 --- a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx +++ b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx @@ -221,7 +221,7 @@ const CellText = React.memo( bc-level-${supportClassName} icon icon-${supportClassName}`} - title={title} + title={`${title}\n${browser.name} ${added ? added : ""}`} > {title}