From be169714cc44dd8ca1c70bc1abc3767674842bd2 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:23:09 +0200 Subject: [PATCH] improve footer layout on smaller devices --- src/components/Footer.tsx | 44 ++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 088252e..8a7e5b0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,35 +1,27 @@ +import Link from "next/link"; + export default function Footer() { return (