From 5ef770ce3305afa0d325dc9ed10f8f885fdaa3e4 Mon Sep 17 00:00:00 2001 From: Keigo <1226355793@qq.com> Date: Fri, 7 Jun 2024 12:56:59 +0800 Subject: [PATCH] chore: fix typo & remove unnecessary semicolon --- client/src/components/footer.tsx | 2 +- client/src/components/header.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index 2c57a69f..018a571a 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -40,7 +40,7 @@ function Footer() { ); -}; +} function ThemeButton({ current, mode, label, icon, onClick }: { current: ThemeMode, label: string, mode: ThemeMode, icon: string, onClick: (mode: ThemeMode) => void }) { return (