From 83e44abdeac4049130c6fe88539300d1cce338cf Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 30 Jul 2023 16:37:56 -0400 Subject: [PATCH] minor fix --- components/Navbar.tsx | 9 ++++++--- components/Sidebar.tsx | 2 +- layouts/MainLayout.tsx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 0f23080..eac8f98 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -110,9 +110,12 @@ export default function Navbar() { {sidebar ? (
- -
- + +
+
diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 36a18a1..b04d728 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -51,7 +51,7 @@ export default function Sidebar({ className }: { className?: string }) { return (
- +