From 6d03d6b97e7917c4133aec40445ecc9e5ec1e70f Mon Sep 17 00:00:00 2001 From: fgrreloaded Date: Mon, 17 Feb 2025 22:47:45 +0530 Subject: [PATCH] fix styling move navbar from root & fix bugs --- .../app/(home)/_components/CommandDisplay.tsx | 2 +- apps/web/src/app/(home)/_components/Navbar.tsx | 2 +- apps/web/src/app/(home)/_components/Terminal.tsx | 2 -- apps/web/src/app/(home)/layout.tsx | 8 +++++++- apps/web/src/app/(home)/page.tsx | 2 +- apps/web/src/app/layout.tsx | 16 +++------------- 6 files changed, 13 insertions(+), 19 deletions(-) diff --git a/apps/web/src/app/(home)/_components/CommandDisplay.tsx b/apps/web/src/app/(home)/_components/CommandDisplay.tsx index 6ec4686..44536be 100644 --- a/apps/web/src/app/(home)/_components/CommandDisplay.tsx +++ b/apps/web/src/app/(home)/_components/CommandDisplay.tsx @@ -18,7 +18,7 @@ export function CommandDisplay({ command }: CommandDisplayProps) { return (
-
+