From 2bf3508e2ce6d579d9aca8d7fb7dbb971b177e9e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 24 Feb 2025 16:17:06 +0100 Subject: [PATCH] revert change Navbar --- src/Components/AppShell/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 7f099b93..10b717b9 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -1,5 +1,5 @@ -import Bars3Icon from '@heroicons/react/24/outline/Bars3Icon' -import EllipsisVerticalIcon from '@heroicons/react/24/outline/EllipsisVerticalIcon' +import Bars3Icon from '@heroicons/react/16/solid/Bars3Icon' +import EllipsisVerticalIcon from '@heroicons/react/16/solid/EllipsisVerticalIcon' import QuestionMarkIcon from '@heroicons/react/24/outline/QuestionMarkCircleIcon' import { useEffect, useRef, useState } from 'react' import { Link, useLocation } from 'react-router-dom'