From 297b094de50f244a89ad45ba2e83beb59d872846 Mon Sep 17 00:00:00 2001 From: Atharva Date: Sun, 23 Feb 2025 04:42:43 +0530 Subject: [PATCH] Fix:Changed icons and overall appearance --- .../src/pages/UserPanel/MainUserPanel.jsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Frontend/src/pages/UserPanel/MainUserPanel.jsx b/Frontend/src/pages/UserPanel/MainUserPanel.jsx index 6db9ece..c88d34d 100644 --- a/Frontend/src/pages/UserPanel/MainUserPanel.jsx +++ b/Frontend/src/pages/UserPanel/MainUserPanel.jsx @@ -5,7 +5,6 @@ import { RiLogoutBoxLine } from "react-icons/ri"; import { IoMdSettings } from "react-icons/io"; import { FaHome } from "react-icons/fa"; import { useSelector } from "react-redux"; -import { MdHistory } from "react-icons/md"; import { IoIosNotifications } from "react-icons/io"; import { MdFeedback } from "react-icons/md"; import { MdOutlineSupportAgent } from "react-icons/md"; @@ -13,6 +12,7 @@ import { IoSettings } from "react-icons/io5"; import { RiCalendarScheduleLine } from "react-icons/ri"; import { IoIosHome } from "react-icons/io"; import { BACKEND_URL } from "../../constants"; +import { IoMdStats } from "react-icons/io"; const MainUserPanel = () => { const navigate = useNavigate(); @@ -46,7 +46,7 @@ const MainUserPanel = () => {
{/* Updated Sidebar */} -
+
{
  • @@ -72,7 +72,7 @@ const MainUserPanel = () => {
  • @@ -82,19 +82,19 @@ const MainUserPanel = () => {
  • - + - History + Monitor
  • @@ -105,7 +105,7 @@ const MainUserPanel = () => {
  • @@ -116,7 +116,7 @@ const MainUserPanel = () => {
  • @@ -127,7 +127,7 @@ const MainUserPanel = () => {