From 5ff71f64c03c8144aa6835834f7f48d2a3470d79 Mon Sep 17 00:00:00 2001 From: ajalapraise Date: Thu, 28 Aug 2025 22:20:11 +0100 Subject: [PATCH] fix: update Sidebar and Dashboard styles for improved layout --- app/dapp/components/layout/Sidebar.tsx | 2 +- app/dapp/dashboard/page.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/dapp/components/layout/Sidebar.tsx b/app/dapp/components/layout/Sidebar.tsx index fc72607..9367676 100644 --- a/app/dapp/components/layout/Sidebar.tsx +++ b/app/dapp/components/layout/Sidebar.tsx @@ -52,7 +52,7 @@ function Sidebar({ return (
diff --git a/app/dapp/dashboard/page.tsx b/app/dapp/dashboard/page.tsx index 407dcb9..9668c49 100644 --- a/app/dapp/dashboard/page.tsx +++ b/app/dapp/dashboard/page.tsx @@ -92,7 +92,9 @@ export default function DashboardPage() {
)} -
+
{/* This one is for mobiles which slides from the top when the search icon is clicked */} -