From 929bafbfb8f9fd09f531f946b2ed159e53390828 Mon Sep 17 00:00:00 2001 From: 3zachm <3zachn4@gmail.com> Date: Tue, 20 Dec 2022 06:38:26 -0800 Subject: [PATCH] mobile dash temp --- components/dashboard/NavBar.tsx | 13 ++++++++----- layouts/DashLayout.tsx | 4 ++-- pages/dashboard/index.tsx | 6 +++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/components/dashboard/NavBar.tsx b/components/dashboard/NavBar.tsx index b8f4a90..d780d29 100644 --- a/components/dashboard/NavBar.tsx +++ b/components/dashboard/NavBar.tsx @@ -4,25 +4,28 @@ import Link from "next/link"; function NavBar() { return ( - - + + - + diff --git a/layouts/DashLayout.tsx b/layouts/DashLayout.tsx index 58d6344..d212598 100644 --- a/layouts/DashLayout.tsx +++ b/layouts/DashLayout.tsx @@ -34,7 +34,7 @@ function DashLayout(props: DashLayoutProps) { -
+
{/* dashboard nav bar */} @@ -46,7 +46,7 @@ function DashLayout(props: DashLayoutProps) { Dashboard - InvestBot 2 @@ -35,7 +35,7 @@ function Dashboard() { 3 4