Skip to content

Commit

Permalink
fix: Remove unnecessary href attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Jan 17, 2024
1 parent 450a060 commit fab44c0
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 fab44c0

Please sign in to comment.