Skip to content

Commit c876da4

Browse files
committed
Fix keyword
1 parent c71d298 commit c876da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/landing/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'sanitize.css'
22

3-
import { ThemeHead } from '@devup-ui/react'
3+
import { ThemeScript } from '@devup-ui/react'
44
import type { Metadata } from 'next'
55

66
import { Footer } from '../components/Footer'
@@ -19,7 +19,7 @@ export default function RootLayout({
1919
return (
2020
<html lang="en" suppressHydrationWarning>
2121
<head>
22-
<ThemeHead auto />
22+
<ThemeScript auto />
2323
<base
2424
href={process.env.NODE_ENV === 'production' ? '/devup-ui' : '/'}
2525
/>

0 commit comments

Comments
 (0)