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