diff --git a/apps/public/app/(content)/layout.tsx b/apps/public/app/(content)/layout.tsx index 3f97ad62..418f1f61 100644 --- a/apps/public/app/(content)/layout.tsx +++ b/apps/public/app/(content)/layout.tsx @@ -9,12 +9,16 @@ export default function Layout({ children: ReactNode; }): React.ReactElement { return ( -
- -
-
- {children} -
-
+ <> + +
+ +
+
+ {children} +
+
+