Skip to content

Commit ead7a54

Browse files
committed
fix: route to add new vault
Signed-off-by: D4ryl00 <[email protected]>
1 parent 0bea8db commit ead7a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/app/(app)/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Page() {
5757
};
5858

5959
const navigateToAddKey = () => {
60-
route.push("/tosign");
60+
route.push("/home/vault-add-modal");
6161
}
6262

6363
const onBookmarkPress = (keyInfo: Vault) => async () => {

0 commit comments

Comments
 (0)