make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

fix: replace Link components with window.open for external URLs #975

Closed ost-ptk closed 5 months ago

ost-ptk commented 5 months ago

Make sure to fill in all the below sections.

Description

Replaces instances where the Link component was used to open external URLs with the native window.open function. This change has been implemented across the contact details, account settings, and rate app pages.

Linked tickets

WALLET-328

Checklist