Skip to content

Commit

Permalink
fix: Link to the product page opens in a new tab (#8630)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyaksh1610 authored Jul 4, 2023
1 parent 5b0e1a0 commit d09f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/pages/org_profile/org_profile.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[% END %]

[% IF link %]
<p>&rarr; <a href="[% link %]">[% lang("official_site") %]</a></p>
<p>&rarr; <a href="[% link %]" rel="noopener" target="_blank">[% lang("official_site") %]</a></p>
[% END %]

[% IF org_members.size %]
Expand Down

0 comments on commit d09f16b

Please sign in to comment.