diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0685da2..920868d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,7 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "CompClub - Where Tech Enthusiasts Connect", description: "Join our vibrant community of 200+ members. Learn, code, and grow together.", type: "website", siteName: "CompClub", url: "https://compclub.com" - }, + title: "CompClub - Where Tech Enthusiasts Connect", description: "Join our vibrant community of 200+ members. Learn, code, and grow together.", type: "website", siteName: "CompClub", url: "https://compclub.com"}, }; export default function RootLayout({ @@ -27,9 +26,7 @@ export default function RootLayout({ return ( - + {children}