mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 22:14:06 +01:00
Refactor profileBar component to add link to user's portfolio page
This commit is contained in:
parent
426bb46ad8
commit
1a719a3aa7
@ -46,10 +46,16 @@ const AuthenticatedComponents = ({ uid }: { uid: string }) => {
|
|||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
<Heart />
|
<Heart />
|
||||||
<Wallet />
|
<Link href={"/portfolio/" + uid}>
|
||||||
|
<Wallet className="cursor-pointer" />
|
||||||
|
</Link>
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button variant="outline" size="icon" className="overflow-hidden rounded-full">
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
size="icon"
|
||||||
|
className="overflow-hidden rounded-full"
|
||||||
|
>
|
||||||
<Avatar>
|
<Avatar>
|
||||||
<AvatarImage src="https://api.dicebear.com/9.x/pixel-art/svg" />
|
<AvatarImage src="https://api.dicebear.com/9.x/pixel-art/svg" />
|
||||||
<AvatarFallback>1</AvatarFallback>
|
<AvatarFallback>1</AvatarFallback>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user