diff options
Diffstat (limited to 'apps/web/app/layout.tsx')
| -rw-r--r-- | apps/web/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 035b5827..491162f1 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -61,9 +61,9 @@ export default function RootLayout({ }): JSX.Element { return ( <html lang="en"> - <head> + {/* <head> <ThemeScript /> - </head> + </head> */} {/* TODO: when lightmode support is added, remove the 'dark' class from the body tag */} <body className={`${inter.className} dark`}>{children}</body> </html> |