diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx
index 1b58b98d..b319eec3 100644
--- a/src/Components/AppShell/NavBar.tsx
+++ b/src/Components/AppShell/NavBar.tsx
@@ -1,10 +1,10 @@
+import Bars3Icon from '@heroicons/react/24/outline/Bars3Icon'
+import EllipsisVerticalIcon from '@heroicons/react/24/outline/EllipsisVerticalIcon'
import QuestionMarkIcon from '@heroicons/react/24/outline/QuestionMarkCircleIcon'
import { useEffect, useRef, useState } from 'react'
import { Link, useLocation } from 'react-router-dom'
import { toast } from 'react-toastify'
-import BurgerMenuSVG from '#assets/burger-menu.svg'
-import MoreMenuSVG from '#assets/more-menu.svg'
import { useAuth } from '#components/Auth/useAuth'
import { useItems } from '#components/Map/hooks/useItems'
@@ -70,11 +70,7 @@ export default function NavBar({ appName }: { appName: string }) {
aria-controls='#sidenav'
aria-haspopup='true'
>
-
+