backup
This commit is contained in:
@@ -9,7 +9,7 @@ export default function ThemeProvider({children}:{children: React.ReactNode}) {
|
||||
})
|
||||
if (mounted) {
|
||||
return (
|
||||
<NextThemesProvider attribute="class" defaultTheme="dark">
|
||||
<NextThemesProvider disableTransitionOnChange nonce="test" attribute="class" defaultTheme="dark">
|
||||
{children}
|
||||
</NextThemesProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user