Skip to content

Commit 6f15b06

Browse files
134983: new funnel icon in search scope
1 parent 3cfc10e commit 6f15b06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/search-form/search-form.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<button class="scope-button btn btn-outline-secondary text-truncate"
66
[ngbTooltip]="dsoNameService.getName(selectedScope | async)" type="button"
77
(click)="openScopeModal()" role="button" tabindex="0">
8+
<i class="fa-solid fa-filter"></i>
89
{{dsoNameService.getName(selectedScope | async) || ('search.form.scope.all' | translate)}}
910
</button>
1011
}

0 commit comments

Comments
 (0)