Skip to content

Commit

Permalink
Add rel=noreferrer to circumvent redirect logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 18, 2024
1 parent e4cdeaf commit fc9beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/web-common/src/components/Announcements.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const siteAnnouncements = [
full tutorial here
</a>
. While we transition to making this beta site permanent,{' '}
<a target="_blank" href="https://orthomcl.org">
<a target="_blank" rel="noreferrer" href="https://orthomcl.org">
OrthoMCL 6_21
</a>{' '}
is still available.
Expand Down

0 comments on commit fc9beda

Please sign in to comment.