diff options
| author | Dhravya <[email protected]> | 2024-05-25 23:02:47 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-25 23:02:47 -0500 |
| commit | bbe83ab76f2882ec78c6f2b7db77cedf62b50036 (patch) | |
| tree | 9a1c0ebbefde38d9186b1c3d5cbeeb20085b8717 /apps/web/app/layout.tsx | |
| parent | re-added license, readme, etc. (diff) | |
| download | supermemory-v2-refactor.tar.xz supermemory-v2-refactor.zip | |
added kartik's codev2-refactor
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> |