B2B-30: adds personal code to account, company admins invites members
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
ChevronsUpDown,
|
||||
Home,
|
||||
LogOut,
|
||||
MessageCircleQuestion,
|
||||
UserCircle,
|
||||
Shield,
|
||||
} from 'lucide-react';
|
||||
|
||||
@@ -170,12 +170,12 @@ export function PersonalAccountDropdown({
|
||||
<DropdownMenuItem asChild>
|
||||
<Link
|
||||
className={'s-full flex cursor-pointer items-center space-x-2'}
|
||||
href={'/docs'}
|
||||
href={'/home/settings'}
|
||||
>
|
||||
<MessageCircleQuestion className={'h-5'} />
|
||||
<UserCircle className={'h-5'} />
|
||||
|
||||
<span>
|
||||
<Trans i18nKey={'common:documentation'} />
|
||||
<Trans i18nKey={'common:routes.profile'} />
|
||||
</span>
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user