mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: locale text with font-semibold
This commit is contained in:
		| @@ -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> | ||||
|     </> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user