From 4e41f55439de025d020e251c66e52b9ccf1df7ae Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 17:35:53 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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} -- 2.49.1