Skip to content

Commit

Permalink
Merge pull request #667 from subquery/feat/open-new-link
Browse files Browse the repository at this point in the history
feat: open new link
  • Loading branch information
HuberTRoy authored Feb 23, 2024
2 parents a3d403a + 55b7f63 commit f09ece3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/swapksqt/success/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ const SwapSuccess: FC = () => {
connect to a bridge to transfer your funds.
</Typography>

<a href="https://portal.polygon.technology/" style={{ textDecoration: 'none' }}>
<a
href="https://portal.polygon.technology/"
target="_blank"
style={{ textDecoration: 'none' }}
rel="noreferrer"
>
<Button
loading={loading}
type="primary"
Expand Down

0 comments on commit f09ece3

Please sign in to comment.