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 */} -