mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
ui: remove settings and support from profile dropdown
This commit is contained in:
parent
844b2f070e
commit
4f274a1381
@ -63,8 +63,6 @@ export const AuthenticatedComponents = ({ uid, avatarUrl, notificationCount }: A
|
|||||||
<Link href={`/profile/${uid}`}>Profile</Link>
|
<Link href={`/profile/${uid}`}>Profile</Link>
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
<DropdownMenuItem>Settings</DropdownMenuItem>
|
|
||||||
<DropdownMenuItem>Support</DropdownMenuItem>
|
|
||||||
{data?.role === "admin" && (
|
{data?.role === "admin" && (
|
||||||
<DropdownMenuItem>
|
<DropdownMenuItem>
|
||||||
<Link href="/admin">Admin</Link>
|
<Link href="/admin">Admin</Link>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user