Skip to content

Commit

Permalink
Merge pull request #1830 from CSCfi/CSCTTV-3881
Browse files Browse the repository at this point in the history
add safe pipe to front page lift cms links
  • Loading branch information
konolak authored Jun 12, 2024
2 parents afd16b2 + c959954 commit 3909582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/portal/components/home-page/home-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 i18n="@@researchFinland" class="text-center m-0">
<a
class="shortcut"
#main
[href]="item.link"
[href]="item.link | safeUrl"
target="_blank"
>
<div
Expand Down Expand Up @@ -63,7 +63,7 @@ <h3 class="header">
<a
class="shortcut"
#main
routerLink="{{ item.link }}"
[href]="item.link | safeUrl"
(click)="item[toggleReview] ? toggleReview() : null"
>
<div
Expand Down

0 comments on commit 3909582

Please sign in to comment.