diff --git a/app/(Main)/explore/layout.tsx b/app/(Main)/explore/layout.tsx index 88181b8..568bd2c 100644 --- a/app/(Main)/explore/layout.tsx +++ b/app/(Main)/explore/layout.tsx @@ -3,7 +3,7 @@ import { SiteFooter } from "@/components/footer" import { Metadata } from "next" export const metadata: Metadata = { - title: 'Explore - FalseNotes', + title: 'Explore - FalseNotes', } export default function ExploreLayout({ @@ -12,14 +12,12 @@ export default function ExploreLayout({ children: React.ReactNode }) { return ( - <> -
-
- {children} -
- -
- - + <> +
+
+ {children} +
+
+ ) }