aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/layout.tsx
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-05-25 23:02:47 -0500
committerDhravya <[email protected]>2024-05-25 23:02:47 -0500
commitbbe83ab76f2882ec78c6f2b7db77cedf62b50036 (patch)
tree9a1c0ebbefde38d9186b1c3d5cbeeb20085b8717 /apps/web/app/layout.tsx
parentre-added license, readme, etc. (diff)
downloadsupermemory-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.tsx4
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>