Skip to content

Commit

Permalink
fix: open info page in new tab (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Apr 18, 2024
1 parent 8a64590 commit 7943666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/ActivityRewardsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ActivityRewardsSection = () => {
<NextLink href={appUrl} passHref rel="noreferrer" onClick={onClick}>
<Button variant="contained">{'Get Safe{Pass}'}</Button>
</NextLink>
<NextLink href="https://safe.global/pass" passHref rel="noreferrer" onClick={onClick}>
<NextLink href="https://safe.global/pass" target="_blank" passHref rel="noreferrer" onClick={onClick}>
<Button variant="outlined">Learn more</Button>
</NextLink>
</Box>
Expand Down

0 comments on commit 7943666

Please sign in to comment.