diff --git a/components/layout/footer/footer.tsx b/components/layout/footer/footer.tsx index eed58c6d1..d20e96d72 100644 --- a/components/layout/footer/footer.tsx +++ b/components/layout/footer/footer.tsx @@ -2,6 +2,7 @@ import Logo from 'components/ui/logo/logo'; import { useTranslations } from 'next-intl'; +import Link from 'next/link'; const Footer = () => { const currentYear = new Date().getFullYear(); @@ -10,14 +11,12 @@ const Footer = () => { return (