Skip to content

Commit 9903344

Browse files
committed
fix: open info page in new tab (#3582)
1 parent f6c0bd5 commit 9903344

File tree

1 file changed

+1
-1
lines changed
  • src/components/dashboard/ActivityRewardsSection

1 file changed

+1
-1
lines changed

src/components/dashboard/ActivityRewardsSection/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const ActivityRewardsSection = () => {
8686
<NextLink href={appUrl} passHref rel="noreferrer" onClick={onClick}>
8787
<Button variant="contained">{'Get Safe{Pass}'}</Button>
8888
</NextLink>
89-
<NextLink href="https://safe.global/pass" passHref rel="noreferrer" onClick={onClick}>
89+
<NextLink href="https://safe.global/pass" target="_blank" passHref rel="noreferrer" onClick={onClick}>
9090
<Button variant="outlined">Learn more</Button>
9191
</NextLink>
9292
</Box>

0 commit comments

Comments
 (0)