mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-05 22:33:07 +00:00
chore: cleanup header
This commit is contained in:
parent
e48f53cc57
commit
f8aed8e199
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user