This commit is contained in:
2024-10-10 16:54:41 +02:00
parent 30ef4d9633
commit a9570ad089
11 changed files with 11 additions and 7 deletions

View File

@@ -21,8 +21,7 @@ export const metadata = {
template: '%s - OurVerse',
default: 'OurVerse - A community-driven Metaverse Platform',
},
description:
'The Future of Collaboration is Now.',
description: 'The Future of Collaboration is Now.',
}
export default function RootLayout({ children }) {
@@ -35,6 +34,10 @@ export default function RootLayout({ children }) {
dmSans.variable,
)}
>
<head>
<link rel="icon" href="/favicon.ico" />
{/* You can add more links or meta tags here if needed */}
</head>
<body className="flex min-h-full">
<div className="flex w-full flex-col">{children}</div>
</body>