Skip to content

Commit 364250d

Browse files
committed
Update accounts title href
1 parent 9a48c54 commit 364250d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/mobile-app/app/(drawer)/account/_layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ export default function Layout() {
4141
headerTitle: (props) => (
4242
<TouchableWithoutFeedback
4343
onPress={() => {
44-
router.push("/(drawer)/account/account-select");
44+
router.push(
45+
"/(drawer)/account/account-settings/account-select",
46+
);
4547
}}
4648
>
4749
<View

0 commit comments

Comments
 (0)