Skip to content

Commit

Permalink
chore: theme toggle (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers authored Dec 20, 2024
1 parent 8f880c7 commit 9eef2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function RootLayout({
<body className={inter.className}>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
{children}
{/* <ModeToggle /> */}
<ModeToggle />
<Toaster position="bottom-right" />
</ThemeProvider>
</body>
Expand Down

0 comments on commit 9eef2bf

Please sign in to comment.