Simplify passport dropdown item
cgen-750741e93ba746b28767f8d0f44494a0
This commit is contained in:
parent
0954df0301
commit
8ea1272aeb
1 changed files with 1 additions and 3 deletions
|
|
@ -175,9 +175,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<Link to="/profiles/me" className="cursor-pointer">
|
||||
<Badge className="mr-2 h-5 w-5 rounded-full bg-aethex-500/20 text-aethex-200">
|
||||
<Sparkles className="h-3 w-3" />
|
||||
</Badge>
|
||||
<Sparkles className="mr-2 h-4 w-4" />
|
||||
My Passport
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue