diff --git a/components/Footer.tsx b/components/Footer.tsx index a436428..e4ef017 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -20,7 +20,10 @@ export function Footer() {
- © {new Date().getFullYear()} {t('home.title')} + © {new Date().getFullYear()}{' '} + + {t('home.title')} +