mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44: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>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem>Settings</DropdownMenuItem>
|
||||
<DropdownMenuItem>Support</DropdownMenuItem>
|
||||
{data?.role === "admin" && (
|
||||
<DropdownMenuItem>
|
||||
<Link href="/admin">Admin</Link>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user