We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71d298 commit c876da4Copy full SHA for c876da4
apps/landing/src/app/layout.tsx
@@ -1,6 +1,6 @@
1
import 'sanitize.css'
2
3
-import { ThemeHead } from '@devup-ui/react'
+import { ThemeScript } from '@devup-ui/react'
4
import type { Metadata } from 'next'
5
6
import { Footer } from '../components/Footer'
@@ -19,7 +19,7 @@ export default function RootLayout({
19
return (
20
<html lang="en" suppressHydrationWarning>
21
<head>
22
- <ThemeHead auto />
+ <ThemeScript auto />
23
<base
24
href={process.env.NODE_ENV === 'production' ? '/devup-ui' : '/'}
25
/>
0 commit comments