Skip to content

Commit 9066399

Browse files
authored
Merge pull request #5035 from tdonohue/port_4767_to_8x
[Port dspace-8_x] 134983: new funnel icon in search scope
2 parents 36b1150 + f228c5d commit 9066399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
</div>

0 commit comments

Comments
 (0)