Merge pull request #4288 from omnivore-app/fix/web-settings-url

Go to account page for settings root
This commit is contained in:
Jackson Harper 2024-08-20 19:14:48 +08:00 committed by GitHub
commit 1030e962a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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