ui: add tooptips to portfolio and follow

This commit is contained in:
Sosokker 2024-11-11 12:16:01 +07:00
parent 7039e5be4e
commit 73d5995d5b

View File

@ -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">