From 940ebf3d98b5c633bc18d8bafb21dc4322af17ed Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Mon, 9 Oct 2023 09:52:24 -0500 Subject: [PATCH] add theme switching for logo --- components/Navbar/logo.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/Navbar/logo.tsx b/components/Navbar/logo.tsx index 51f5b3d..badd23e 100644 --- a/components/Navbar/logo.tsx +++ b/components/Navbar/logo.tsx @@ -25,13 +25,13 @@ export const StackedLogo: FC = ({ shiftInterval, customColorList, cus return (
-

M

+

M

-

C

+

C

-

D

+

D

) @@ -51,15 +51,15 @@ export const InlineLogo: FC = ({ shiftInterval, customColorList, cust if (customHookInstance) return ( ) @@ -67,15 +67,15 @@ export const InlineLogo: FC = ({ shiftInterval, customColorList, cust return ( )