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' > - Menu +
      - - \ No newline at end of file diff --git a/src/assets/more-menu.svg b/src/assets/more-menu.svg deleted file mode 100644 index 116fc4dc..00000000 --- a/src/assets/more-menu.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file