From 54d63823bb5af1bb01288d4b0b2685d136391b39 Mon Sep 17 00:00:00 2001 From: fgrreloaded Date: Mon, 3 Mar 2025 22:38:20 +0530 Subject: [PATCH] changes web to only dark mode compatability --- apps/web/src/app/(home)/layout.tsx | 2 +- apps/web/src/app/global.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(home)/layout.tsx b/apps/web/src/app/(home)/layout.tsx index 15cfaf9..84915cd 100644 --- a/apps/web/src/app/(home)/layout.tsx +++ b/apps/web/src/app/(home)/layout.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { export default function Layout({ children }: { children: ReactNode }) { return ( -
+
{children}