We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c0bd5 commit 9903344Copy full SHA for 9903344
src/components/dashboard/ActivityRewardsSection/index.tsx
@@ -86,7 +86,7 @@ const ActivityRewardsSection = () => {
86
<NextLink href={appUrl} passHref rel="noreferrer" onClick={onClick}>
87
<Button variant="contained">{'Get Safe{Pass}'}</Button>
88
</NextLink>
89
- <NextLink href="https://safe.global/pass" passHref rel="noreferrer" onClick={onClick}>
+ <NextLink href="https://safe.global/pass" target="_blank" passHref rel="noreferrer" onClick={onClick}>
90
<Button variant="outlined">Learn more</Button>
91
92
</Box>
0 commit comments