From 748439803c230db9a412f95f985c26df91d01531 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Fri, 5 May 2023 20:02:11 +0200 Subject: [PATCH] Tweaks --- components/layout/footer/footer.tsx | 15 +++++------ components/modules/hero/hero.tsx | 2 -- components/ui/logo/logo.tsx | 41 ++++++++++++++++------------- 3 files changed, 29 insertions(+), 29 deletions(-) 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 (