Go to account page for settings root

This commit is contained in:
Jackson Harper
2024-08-20 19:04:24 +08:00
parent 0c7709130f
commit 18a3d5c5f9

View File

@ -212,7 +212,7 @@ export function PrimaryDropdown(props: PrimaryDropdownProps): JSX.Element {
title="Labels" title="Labels"
/> />
<DropdownOption <DropdownOption
onSelect={() => router.push('/settings/settings')} onSelect={() => router.push('/settings/account')}
title="Settings" title="Settings"
/> />
<DropdownOption <DropdownOption