mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
ui: add tooptips to portfolio and follow
This commit is contained in:
parent
7039e5be4e
commit
73d5995d5b
@ -41,12 +41,16 @@ export const AuthenticatedComponents = ({ uid, avatarUrl, notificationCount }: A
|
||||
</div>
|
||||
</Link>
|
||||
</CustomTooltip>
|
||||
<CustomTooltip message="Followed">
|
||||
<Link href="/follow">
|
||||
<Heart />
|
||||
</Link>
|
||||
</CustomTooltip>
|
||||
<CustomTooltip message="Portfolio">
|
||||
<Link href={"/portfolio/" + uid}>
|
||||
<Wallet className="cursor-pointer" />
|
||||
</Link>
|
||||
</CustomTooltip>
|
||||
{/*chart pie icon for bussiness's dashboard */}
|
||||
{data?.role === "business" && (
|
||||
<CustomTooltip message="Dashboard">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user