favicon
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user