From a97d64ded5f436af89d9b29f5a9e2afac92e87cd Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 29 Jul 2024 20:50:10 +0200 Subject: [PATCH] Change the background color of the footer in the light mode from Zinc 100 to Zinc 50, in order for the hover effect in social media icons to be visible. --- components/shared/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shared/Footer.tsx b/components/shared/Footer.tsx index 5a77660..78e8dd2 100644 --- a/components/shared/Footer.tsx +++ b/components/shared/Footer.tsx @@ -9,7 +9,7 @@ const Footer = () => { const currentYear = new Date().getFullYear(); return ( <> -