mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31:30 +01:00
fix: locale text with font-semibold
This commit is contained in:
parent
2897d181c5
commit
6f78a0686c
@ -22,7 +22,7 @@ export const LocaleFlag = (props: LocaleFlagProps): JSX.Element => {
|
|||||||
src={`/images/locales/${locale}.svg`}
|
src={`/images/locales/${locale}.svg`}
|
||||||
alt={locale}
|
alt={locale}
|
||||||
/>
|
/>
|
||||||
<p data-cy="locale-flag-text" className="mx-2 text-base">
|
<p data-cy="locale-flag-text" className="mx-2 text-base font-semibold">
|
||||||
{i18n.translate(`common.${locale}`)}
|
{i18n.translate(`common.${locale}`)}
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user