Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jan 9, 2024
1 parent 0ff7760 commit c12f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/pages/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export const MainPage: FunctionComponent<{
});

browser.tabs.create({
url: "https://wallet.keplr.app/?modal=staking",
url: "https://wallet.keplr.app/",
});
}}
>
Expand Down

0 comments on commit c12f67f

Please sign in to comment.