We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2cde commit 9a71775Copy full SHA for 9a71775
1 file changed
src/components/pages/profile/settings/WalletSection.tsx
@@ -37,6 +37,9 @@ export const WalletSection = () => {
37
prefix={() => <WalletSVG height={12} width={12} />}
38
as="a"
39
href="https://connect.getpara.com/"
40
+ target="_blank"
41
+ rel="noreferrer noopener"
42
+ role="link"
43
>
44
Go to wallet
45
</Button>
0 commit comments