chore: cleanup header

This commit is contained in:
Danish Arora 2025-09-08 16:16:00 +05:30
parent e48f53cc57
commit f8aed8e199
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -251,18 +251,6 @@ const Header = () => {
</Link> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild>
<Link
to="/bookmarks"
className="flex items-center space-x-2"
>
<Bookmark className="w-4 h-4" />
<span>Bookmarks</span>
</Link>
</DropdownMenuItem>
<DropdownMenuSeparator className="bg-cyber-muted/30" />
<DropdownMenuItem <DropdownMenuItem
onClick={handleOpenWizard} onClick={handleOpenWizard}
className="flex items-center space-x-2" className="flex items-center space-x-2"
@ -346,17 +334,6 @@ const Header = () => {
<Bookmark className="w-4 h-4" /> <Bookmark className="w-4 h-4" />
<span>BOOKMARKS</span> <span>BOOKMARKS</span>
</Link> </Link>
<Link
to="/profile"
className={`flex items-center space-x-2 px-4 py-2 rounded-md text-sm font-mono transition-all ${
location.pathname === '/profile'
? 'bg-cyber-accent/20 text-cyber-accent border border-cyber-accent/30'
: 'text-cyber-neutral hover:text-white hover:bg-cyber-muted/20'
}`}
>
<User className="w-4 h-4" />
<span>PROFILE</span>
</Link>
</> </>
)} )}
</nav> </nav>