From 6933044d40ddf680cfbe4d917b677cefa5bfa094 Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Sun, 13 Jul 2025 07:45:55 +0300 Subject: [PATCH] Remove unused icon from sidebar --- frontend/components/Sidebar/SidebarFooter.tsx | 11 ----- frontend/components/Task/TasksToday.tsx | 43 ++++++++++--------- 2 files changed, 22 insertions(+), 32 deletions(-) diff --git a/frontend/components/Sidebar/SidebarFooter.tsx b/frontend/components/Sidebar/SidebarFooter.tsx index 5d17e54..cb54132 100644 --- a/frontend/components/Sidebar/SidebarFooter.tsx +++ b/frontend/components/Sidebar/SidebarFooter.tsx @@ -9,7 +9,6 @@ import { Squares2X2Icon, TagIcon, InboxIcon, - CogIcon, } from '@heroicons/react/24/outline'; import TelegramIcon from '../Icons/TelegramIcon'; import { useTranslation } from 'react-i18next'; @@ -256,16 +255,6 @@ const SidebarFooter: React.FC = ({ )} - {/* Admin Link */} - - - - {/* Dark Mode Toggle */}