Skip to content

Commit

Permalink
feat(compatibility-table): add browser name to compatibility table to…
Browse files Browse the repository at this point in the history
…oltip
  • Loading branch information
jazzygasper committed Dec 14, 2024
1 parent a9daa1f commit a53b138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const CellText = React.memo(
bc-level-${supportClassName}
icon
icon-${supportClassName}`}
title={title}
title={`${title}\n${browser.name} ${added ? added : ""}`}
>
<span className="bc-support-level">{title}</span>
</abbr>
Expand Down

0 comments on commit a53b138

Please sign in to comment.