From ddc92ccc1a0daf4f0b297892b6108f0d0bc0d8c5 Mon Sep 17 00:00:00 2001 From: Harsh Parashar <96375055+hparashar27@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:32:54 +0530 Subject: [PATCH] fix: text color in light mode (#217) --- components/Footer/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 9754e710e..e5298dc7e 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -8,13 +8,14 @@ interface FooterProps {} export const Footer: FC = ({}) => { return (
-

+

Open source |{" "} - MIT License + + MIT License {" "} 2023 LinksHub