Skip to content

Commit 39d6ecc

Browse files
committed
fix: remove theme toggle
1 parent 67b589d commit 39d6ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function RootLayout({
3535
<body className={inter.className}>
3636
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
3737
{children}
38-
<ModeToggle />
38+
{/* <ModeToggle /> */}
3939
<Toaster position="bottom-right" />
4040
</ThemeProvider>
4141
</body>

0 commit comments

Comments
 (0)