Skip to content

Commit

Permalink
fix showing of projects beta text in search results page
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Jan 21, 2025
1 parent ff1b236 commit ee45ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div style='display: flex'>
<fa-icon [icon]="_icon" style='margin-right: 12px'></fa-icon>

<div>{{ label }} <span *ngIf="routerLink === '/results/projects/'"> - BETA</span></div>
<div>{{ label }} <span *ngIf="routerLink.includes('/results/projects/')"> - BETA</span></div>
</div>

<ng-container *ngIf='count !== -1'>
Expand Down

0 comments on commit ee45ff4

Please sign in to comment.