feat: add multilingualism (#35)
This commit is contained in:
@@ -7,7 +7,7 @@ import { LogoSvg } from '../../../assets/icons';
|
||||
export const SiteLogo: FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return <Image src={LogoSvg} alt={t('dry-wash.landing.site-logo')} w={40} />;
|
||||
return <Image src={LogoSvg} alt={t('~:dry-wash.landing.site-logo')} w={40} />;
|
||||
};
|
||||
|
||||
// todo: replace Image by SVG React component
|
||||
|
||||
Reference in New Issue
Block a user