From 28df6e35fbbd4ffb66d91460e33b407b172d0093 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 10 Jul 2023 23:47:32 +0800 Subject: [PATCH] chore: tweak styles --- web/src/components/Header.tsx | 2 +- web/src/components/ShortcutView.tsx | 2 +- web/src/pages/Home.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index 1c68c7d..1b99c8f 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -17,7 +17,7 @@ const Header: React.FC = () => { return ( <> -
+
diff --git a/web/src/components/ShortcutView.tsx b/web/src/components/ShortcutView.tsx index eddb5a9..ee7c035 100644 --- a/web/src/components/ShortcutView.tsx +++ b/web/src/components/ShortcutView.tsx @@ -69,7 +69,7 @@ const ShortcutView = (props: Props) => { )}
diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index c88f777..66339de 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -81,7 +81,7 @@ const Home: React.FC = () => {
-