Skip to content

Commit

Permalink
fix: fix broken "Back Up My Wallet" extension link
Browse files Browse the repository at this point in the history
Fixes #960.
  • Loading branch information
emccorson committed Aug 5, 2024
1 parent 6cab135 commit 882e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/App/Accounts/DeleteAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const DeleteAccount = (): JSX.Element => {
<LinkButton
color="primary"
className="font-bold mt-4 text-sm underline"
href={routes.viewAccountMnemonic(accountId)}
onClick={() => navigate(routes.viewAccountMnemonic(accountId))}
>
Back Up My Wallet
</LinkButton>
Expand Down

0 comments on commit 882e28d

Please sign in to comment.