diff --git a/frontend/src/components/Container.tsx b/frontend/src/components/Container.tsx
index 57031b16..100672e1 100644
--- a/frontend/src/components/Container.tsx
+++ b/frontend/src/components/Container.tsx
@@ -8,7 +8,7 @@ const Container = (props: ContainerProps) => {
const { children } = props;
return (
-
+
{children}
);
diff --git a/frontend/src/components/nav/Navbar.tsx b/frontend/src/components/nav/Navbar.tsx
index af760c7d..da38ddc9 100644
--- a/frontend/src/components/nav/Navbar.tsx
+++ b/frontend/src/components/nav/Navbar.tsx
@@ -90,7 +90,7 @@ const Navbar = () => {
return (
<>