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 = () => {
-