Skip to content

Commit

Permalink
fix: text overlapped on zh-tw locale (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt-liao authored Oct 15, 2022
1 parent 54cc291 commit bb56e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/stats-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
"pl",
"de",
"nl",
"zh-tw",
];
const isLongLocale = longLocales.includes(locale) === true;

Expand Down

1 comment on commit bb56e3b

@vercel
Copy link

@vercel vercel bot commented on bb56e3b Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.