Skip to content

Commit ebb3c87

Browse files
authored
Removed notification icon (#587)
1 parent 3add7f5 commit ebb3c87

File tree

1 file changed

+1
-7
lines changed
  • frontend/src/components/Navigation/Navbar

1 file changed

+1
-7
lines changed

frontend/src/components/Navigation/Navbar/Navbar.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Input } from '@/components/ui/input';
22
import { ThemeSelector } from '@/components/ThemeToggle';
3-
import { Bell, Search } from 'lucide-react';
4-
import { Button } from '@/components/ui/button';
3+
import { Search } from 'lucide-react';
54
import { useDispatch, useSelector } from 'react-redux';
65
import { selectAvatar, selectName } from '@/features/onboardingSelectors';
76
import { 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">

0 commit comments

Comments
 (0)