Update dropdown settings link
cgen-bc3cc346620f41b7ab480579d0b26763
This commit is contained in:
parent
13986239e5
commit
488da06af9
1 changed files with 2 additions and 2 deletions
|
|
@ -320,11 +320,11 @@ export default function CodeLayout({ children }: LayoutProps) {
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<Link
|
<Link
|
||||||
to="/profile/me#settings"
|
to="/dashboard?tab=profile#settings"
|
||||||
className="cursor-pointer"
|
className="cursor-pointer"
|
||||||
>
|
>
|
||||||
<Settings className="mr-2 h-4 w-4" />
|
<Settings className="mr-2 h-4 w-4" />
|
||||||
Settings
|
Account Settings
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
{isOwner && (
|
{isOwner && (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue