diff --git a/web/src/App.jsx b/web/src/App.jsx index 1212f293f..4ddedece5 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -23,7 +23,7 @@ export default function App() { ) : (
-
+
diff --git a/web/src/components/AppBar.jsx b/web/src/components/AppBar.jsx index c35a4ad4a..567fe291d 100644 --- a/web/src/components/AppBar.jsx +++ b/web/src/components/AppBar.jsx @@ -37,13 +37,13 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) { return (
-
@@ -54,7 +54,7 @@ export default function AppBar({ title: Title, overflowRef, onOverflowClick }) {