Merge version_11 into main #17
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user