Skip to content

Commit

Permalink
Merge pull request #2138 from ORCID/fix/9015-prod-external-links-in-t…
Browse files Browse the repository at this point in the history
…he-trusted-summary-page-open-two-new-tabs-when-clicked-1

fix: Remove unnecessary href attributes
  • Loading branch information
leomendoza123 authored Jan 17, 2024
2 parents 787727d + 87fc79b commit 7b77d85
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
>
<a
class="underline"
target="_blank"
rel="noopener noreferrer"
href="{{ activity.url }}"
>{{ activity.organizationName }}
</a>
</h3>
Expand All @@ -50,9 +47,6 @@

<a
*ngIf="activity.url"
target="_blank"
rel="noopener noreferrer"
href="{{ activity.url }}"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 7b77d85

Please sign in to comment.