highlight the current page in the navbar
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m0s

This commit is contained in:
Lee
2024-04-18 11:22:43 +01:00
parent 380c50760d
commit 2053f7baef
4 changed files with 26 additions and 5 deletions

View File

@ -51,7 +51,7 @@ export default function RootLayout({
<html className={Fonts.inter.className} lang="en" suppressHydrationWarning>
<head />
<body>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
<TooltipProvider>
<Toaster />
<Container>{children}</Container>