diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index 23c9ab38..f8294cab 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -109,7 +109,7 @@ function NavBarItem(props: { item: Item; currentPage: string }) { )} onClick={trackCallback('navbar: ' + item.name)} > - + {item.icon && } {item.name} diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 67981b74..58011127 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -6,7 +6,6 @@ import { CashIcon, HeartIcon, UserGroupIcon, - ChevronDownIcon, TrendingUpIcon, ChatIcon, } from '@heroicons/react/outline'