Merge version_11 into main #17

Merged
bender merged 1 commits from version_11 into main 2026-03-01 17:35:58 +00:00

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${ibmPlexSans.variable} antialiased`}
>
<body className={`${ibmPlexSans.variable} antialiased`}>
<Tag />
{children}