feat: improve app ui and project metadata
This commit is contained in:
10
apps/web/components/ThemeScript.tsx
Normal file
10
apps/web/components/ThemeScript.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { themeBootstrapScript } from "@/lib/ui/theme";
|
||||
|
||||
export function ThemeScript() {
|
||||
return (
|
||||
<script
|
||||
dangerouslySetInnerHTML={{ __html: themeBootstrapScript() }}
|
||||
suppressHydrationWarning
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user