Skip to content

Commit

Permalink
120594: add missing rss conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Jan 17, 2025
1 parent 3914113 commit c7fbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/rss-feed/rss.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container
*ngIf="(isEnabled$ | async) && (isActivated$ | async)">
*ngIf="(isEnabled$ | async) && (isActivated$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">
<div *ngIf="route$ | async as route" class="d-inline-block float-end margin-right">
<a target="_blank" rel="noopener noreferrer" [href]="route" class="btn btn-secondary"
[title]="'feed.description' | translate" [attr.aria-label]="'feed.description' | translate">
Expand Down

0 comments on commit c7fbb14

Please sign in to comment.