diff --git a/frontend/src/components/SettingsSidebar/index.jsx b/frontend/src/components/SettingsSidebar/index.jsx index 3fc44fa2..f194e8a0 100644 --- a/frontend/src/components/SettingsSidebar/index.jsx +++ b/frontend/src/components/SettingsSidebar/index.jsx @@ -4,15 +4,15 @@ import useLogo from "@/hooks/useLogo"; import { House, List, - Robot, Flask, Gear, UserCircleGear, PencilSimpleLine, Nut, Toolbox, - Globe, } from "@phosphor-icons/react"; +import AgentIcon from "@/media/animations/agent-static.png"; +import CommunityHubIcon from "@/media/illustrations/community-hub.png"; import useUser from "@/hooks/useUser"; import { isMobile } from "react-device-detect"; import Footer from "../Footer"; @@ -295,30 +295,42 @@ const SidebarOptions = ({ user = null, t }) => ( />