mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Go to account page for settings root
This commit is contained in:
parent
0c7709130f
commit
18a3d5c5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ export function PrimaryDropdown(props: PrimaryDropdownProps): JSX.Element {
|
|||
title="Labels"
|
||||
/>
|
||||
<DropdownOption
|
||||
onSelect={() => router.push('/settings/settings')}
|
||||
onSelect={() => router.push('/settings/account')}
|
||||
title="Settings"
|
||||
/>
|
||||
<DropdownOption
|
||||
|
|
|
|||
Loading…
Reference in a new issue