Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdsle committed Nov 1, 2024
1 parent d21d953 commit 158a1ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export const metadata: Next.Metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang='en' suppressHydrationWarning>
<head>
<link rel='manifest' href='./manifest.webmanifest' />
</head>
<body className={`min-h-screen bg-background ${GeistSans.className}`}>
<ThemeProvider attribute='class' defaultTheme='system' enableSystem>
<Splash />
Expand Down

0 comments on commit 158a1ca

Please sign in to comment.