Commits

Nathan Buckingham authored cb1b7ceb0a8
remove rss feed from search
No tags

src/app/shared/rss-feed/rss.component.html

Modified
1 -<ng-container *ngIf="(isEnabled$ | async) && (hasRoute('home') || hasRoute('search') || hasRoute('collections') || hasRoute('community'))">
1 +<ng-container *ngIf="(isEnabled$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">
2 2 <div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
3 3 <a [href]="route" class="btn btn-secondary"><i class="fas fa-rss-square"></i></a>
4 4 </div>
5 5 </ng-container>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut