From 948defbcb882d17006b91a6e91a6a2f7e29982e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20A=2E?= Date: Sun, 4 Aug 2024 13:30:49 -0300 Subject: [PATCH] feat: Update Footer component to improve layout and add useful links --- src/components/Footer.tsx | 52 +++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 10 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5f6df8c..e81ad2c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,16 +1,48 @@ import Link from "next/link"; const Footer: React.FC = () => ( -