File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
frontend/src/components/Navigation/Navbar Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11import { Input } from '@/components/ui/input' ;
22import { ThemeSelector } from '@/components/ThemeToggle' ;
3- import { Bell , Search } from 'lucide-react' ;
4- import { Button } from '@/components/ui/button' ;
3+ import { Search } from 'lucide-react' ;
54import { useDispatch , useSelector } from 'react-redux' ;
65import { selectAvatar , selectName } from '@/features/onboardingSelectors' ;
76import { clearSearch } from '@/features/searchSlice' ;
@@ -68,11 +67,6 @@ export function Navbar() {
6867
6968 { /* Right Side */ }
7069 < div className = "flex items-center space-x-4" >
71- < Button variant = "ghost" size = "icon" className = "relative cursor-pointer" >
72- < Bell className = "h-5 w-5" />
73- < span className = "bg-brand-orange absolute top-1 right-1 h-2 w-2 rounded-full" />
74- < span className = "sr-only" > Notifications</ span >
75- </ Button >
7670 < ThemeSelector />
7771 < div className = "flex items-center space-x-2" >
7872 < span className = "hidden text-sm sm:inline-block" >
You can’t perform that action at this time.
0 commit comments