Skip to content

Commit

Permalink
fix: Remove unnecessary href attributes since we are redirecting with…
Browse files Browse the repository at this point in the history
… JS (#2134)
  • Loading branch information
DanielPalafox authored Jan 12, 2024
1 parent ace69ed commit aa20a52
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
<ng-container *ngIf="element.url">
<a
class="underline orc-font-body-small"
target="_blank"
rel="noopener noreferrer"
*ngIf="element.url"
href="{{ element.url }}"
>{{ element.stringA }}</a
>
</ng-container>
Expand All @@ -56,12 +53,7 @@
</ng-container>
</div>
</div>
<a
*ngIf="element.url"
target="_blank"
rel="noopener noreferrer"
href="{{ element.url }}"
>
<a *ngIf="element.url">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
Expand Down

0 comments on commit aa20a52

Please sign in to comment.