ui: remove settings and support from profile dropdown

This commit is contained in:
Sosokker 2024-11-10 23:13:37 +07:00
parent 844b2f070e
commit 4f274a1381

View File

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