Skip to content

Commit

Permalink
update extension link (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
candida-d authored Jul 11, 2024
1 parent c591173 commit ccf393e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/wallet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ const WalletPageNew = ({ data }) => {
className,
}) => {
let link =
'https://addons.mozilla.org/en-GB/firefox/addon/vega-wallet-mainnet/'
'https://addons.mozilla.org/en-GB/firefox/addon/vega-wallet-beta/'

if (network === 'Testnet') {
link =
'https://addons.mozilla.org/en-GB/firefox/addon/vega-wallet-fairground/'
'https://addons.mozilla.org/en-GB/firefox/addon/vega-wallet-beta/'
}
return (
<div
Expand Down

0 comments on commit ccf393e

Please sign in to comment.