Commits
Nathan Buckingham authored cb1b7ceb0a8
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> |