Skip to content

Commit 739f5d7

Browse files
authored
Merge pull request DSpace#4767 from atmire/w2p-134983_add-funnel-icon-to-search-scope
134983: new funnel icon in search scope
2 parents b3c4912 + 6f15b06 commit 739f5d7

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)