Skip to content

Commit

Permalink
Remove extra "Font family" text (#27599)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods authored Apr 18, 2023
1 parent 30931f6 commit 9815f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const FontFamily = () => {
{fontFamilies.map(fontFamily => [
<div key={fontFamily}>{fontFamily}</div>,
<div key={`${fontFamily}-value`} style={{ fontFamily: `${theme[fontFamily]}` }}>
{theme[fontFamily]}Font family {fontFamily}
{theme[fontFamily]}
</div>,
])}
</div>
Expand Down

0 comments on commit 9815f72

Please sign in to comment.