diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f8719a36..c50194bb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,10 +16,10 @@ export default function RootLayout({ }>) { return ( - + -
+
{children}
diff --git a/src/components/header/HeaderBar.tsx b/src/components/header/HeaderBar.tsx index 65e303a3..efddc10f 100644 --- a/src/components/header/HeaderBar.tsx +++ b/src/components/header/HeaderBar.tsx @@ -31,7 +31,7 @@ function HeaderBar() { }; return ( -