diff --git a/frontend/src/components/Header.jsx b/frontend/src/components/Header.jsx index d3137674..2acc229f 100644 --- a/frontend/src/components/Header.jsx +++ b/frontend/src/components/Header.jsx @@ -43,9 +43,8 @@ import { Lightbulb as LightbulbIcon, } from "@mui/icons-material"; -//import { useAlert - import SearchField from '../components/Searchfield.jsx' + const hoverColor = "#f85a3e" const hoverOutColor = "#e8eaf6" @@ -615,7 +614,7 @@ const { globalUrl, setNotifications, notifications, isLoggedIn, removeCookie, ho -