From daf2404bda8a40f63ca36bc3416795c64dd0d986 Mon Sep 17 00:00:00 2001 From: fahed Date: Thu, 5 Mar 2026 00:05:45 +0300 Subject: [PATCH] fix: remove non-functional notification bell from header Co-Authored-By: Claude Opus 4.6 --- client/src/components/Header.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/src/components/Header.jsx b/client/src/components/Header.jsx index 8ed31ed..55e977c 100644 --- a/client/src/components/Header.jsx +++ b/client/src/components/Header.jsx @@ -1,6 +1,6 @@ import { useState, useRef, useEffect } from 'react' import { useLocation } from 'react-router-dom' -import { Bell, ChevronDown, LogOut, Shield, Lock, AlertCircle, CheckCircle } from 'lucide-react' +import { ChevronDown, LogOut, Shield, Lock, AlertCircle, CheckCircle } from 'lucide-react' import { useAuth } from '../contexts/AuthContext' import { getInitials, api } from '../utils/api' import Modal from './Modal' @@ -103,12 +103,6 @@ export default function Header() { {/* Theme toggle */} - {/* Notifications */} - - {/* User menu */}