diff --git a/components/layout/footer/footer.tsx b/components/layout/footer/footer.tsx index 7b3fea271..eed58c6d1 100644 --- a/components/layout/footer/footer.tsx +++ b/components/layout/footer/footer.tsx @@ -3,8 +3,6 @@ import Logo from 'components/ui/logo/logo'; import { useTranslations } from 'next-intl'; -interface FooterProps {} - const Footer = () => { const currentYear = new Date().getFullYear(); const copyrightDate = 2023 + (currentYear > 2023 ? `-${currentYear}` : ''); @@ -20,7 +18,7 @@ const Footer = () => {
- © {copyrightDate} - {t('copyright')} + © {copyrightDate} Kodamera - {t('copyright')}