From 1a465cd2cfdd0c63d0fd67587f6d9ecf90a18781 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Tue, 21 May 2024 17:43:50 +0200 Subject: [PATCH] Refactor Footer component to fix styling --- components/Footer.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 63a1de1..5a281e7 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,15 +5,17 @@ const year = new Date().getFullYear(); export default function Footer() { return ( -
+ Copyright {year} tteck. All rights reserved. |{" "} + + Terms of Use + +