1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

fix: locale text with font-semibold

This commit is contained in:
Théo LUDWIG 2024-07-20 10:28:17 +02:00
parent 2897d181c5
commit 6f78a0686c
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -22,7 +22,7 @@ export const LocaleFlag = (props: LocaleFlagProps): JSX.Element => {
src={`/images/locales/${locale}.svg`}
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}`)}
</p>
</>