From 3c200fda990db05e08cdbdfa4b7b31b6ae658226 Mon Sep 17 00:00:00 2001 From: aftabrehan Date: Fri, 2 Feb 2024 14:46:02 +0500 Subject: [PATCH] Fix Dark Mode Styles for Footer --- components/footer.tsx | 26 +++++++++++++++----------- components/header.tsx | 2 +- components/nav-dropdown.tsx | 2 +- components/toggle-theme-button.tsx | 5 ++++- constants/footer-links.ts | 10 +++++++--- public/facebook.svg | 2 +- public/logo.svg | 4 ++-- public/sun.svg | 2 +- public/twitter.svg | 2 +- public/youtube.svg | 2 +- 10 files changed, 34 insertions(+), 23 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index 12658f4..14752be 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -3,6 +3,8 @@ import Image from 'next/image' import { ToggleThemeButton } from '@/components/toggle-theme-button' +import Logo from '@/public/logo.svg' + import { FOLLOW_US_LINKS, INTERNAL_LINKS, @@ -17,13 +19,15 @@ interface linksProps { const Links = ({ title, links }: linksProps) => (
-

{title}

+

+ {title} +