From 569f007986d212d89718ee5191fab3359936d495 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 29 Apr 2022 19:14:19 -0400 Subject: [PATCH] Switch out icon --- web/components/nav/nav-bar.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index fadff13c..a9cb49f0 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -3,8 +3,8 @@ import Link from 'next/link' import { HomeIcon, MenuAlt3Icon, + PresentationChartLineIcon, SearchIcon, - TableIcon, XIcon, } from '@heroicons/react/outline' import { Transition, Dialog } from '@headlessui/react' @@ -39,7 +39,10 @@ export function BottomNavBar() { {user !== null && ( -