Skip to content

Commit

Permalink
fix: add no referrer attribute to blank target links
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Dec 1, 2023
1 parent 3b705d5 commit 7102bdf
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,21 @@ const AssetsList = () => {
<div className="space-y-1 mt-1">
<p>
Powered by{" "}
<a href="https://pyth.network/" target="_blank" className="border-b border-border">
<a
href="https://pyth.network/"
target="_blank"
rel="noreferrer"
className="border-b border-border"
>
Pyth
</a>{" "}
and{" "}
<a href="https://switchboard.xyz/" target="_blank" className="border-b border-border">
<a
href="https://switchboard.xyz/"
target="_blank"
rel="noreferrer"
className="border-b border-border"
>
Switchboard
</a>
.
Expand Down

2 comments on commit 7102bdf

@vercel
Copy link

@vercel vercel bot commented on 7102bdf Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marginfi-landing-page – ./apps/marginfi-landing-page

marginfi-landing-page-git-production-mrgn.vercel.app
www.marginfi.com
marginfi.com
marginfi-landing-page.vercel.app
marginfi-landing-page-mrgn.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7102bdf Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.