From 210a01efebaaf124e88ad0f80d0884b55046239f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Fri, 12 Feb 2021 13:52:07 +0900 Subject: [PATCH] chore: removed debug code --- components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index ec2f4cc..4bd60f3 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -77,7 +77,7 @@ const Footer = ({ color, theme, setTheme }:FooterProps): JSX.Element => {

기타

- 다크모드{theme} + 다크모드 { const t = theme === 'dark' ? 'light' : 'dark' setTheme(t)