Compare commits
14 Commits
version_8
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e41f55439 | |||
| 351711705e | |||
| 463fbeb56a | |||
| c0455e96ab | |||
| 2d798c8f50 | |||
| 422d66b83c | |||
| 7bcd3096f0 | |||
| c3a0c3327f | |||
| 30a783f84b | |||
| 3c567d98f6 | |||
| 94a36f1107 | |||
| 12070ae376 | |||
| ca1d7ca0a6 | |||
| 1d35800e51 |
@@ -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