Add a link to the account page in the dropdown menu
This commit is contained in:
parent
726f34cd54
commit
18a126aac5
@ -206,9 +206,11 @@ function DashboardLayoutContent({ children }: { children: React.ReactNode }) {
|
|||||||
<p className="text-xs text-gray-500 dark:text-gray-400">{userInfo?.company}</p>
|
<p className="text-xs text-gray-500 dark:text-gray-400">{userInfo?.company}</p>
|
||||||
</DropdownMenuLabel>
|
</DropdownMenuLabel>
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
<DropdownMenuItem>
|
<DropdownMenuItem asChild>
|
||||||
|
<Link href="/dashboard/account">
|
||||||
<User className="h-4 w-4 mr-2" />
|
<User className="h-4 w-4 mr-2" />
|
||||||
<span>Profil</span>
|
<span>Profil</span>
|
||||||
|
</Link>
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<Link href="/dashboard/settings">
|
<Link href="/dashboard/settings">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user