Skip to content

Commit

Permalink
#27368 Fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Feb 14, 2024
1 parent bb9a0df commit fc269a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h5 class="announcements__title">{{ 'announcements' | dm }}</h5>
<span class="announcements__badge" *ngIf="!item.hasBeenRead"></span>
<span
class="announcements__image pi"
[ngClass]="typesIcons[item.type] || typesIcons['important']"></span>
[ngClass]="typesIcons[item.type | lowercase] || typesIcons['important']"></span>
<a
class="announcements__url"
[href]="item.url"
Expand Down

0 comments on commit fc269a2

Please sign in to comment.