diff --git a/site/source/components/utils/Emoji.tsx b/site/source/components/utils/Emoji.tsx index 2cba39775..5a59bc156 100644 --- a/site/source/components/utils/Emoji.tsx +++ b/site/source/components/utils/Emoji.tsx @@ -13,7 +13,7 @@ type PropType = { // - using a real React component works better with the translation scripts export default function Emoji({ emoji, alt, title }: PropType) { const language = useTranslation().i18n.language - + alt ??= emoji const siteUrl = language === 'fr' ? import.meta.env.VITE_FR_BASE_URL