Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 647f139

Browse files
committedMar 2, 2025·
feat: no search entries found page (#5372)
1 parent db3cc89 commit 647f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎layouts/shortcodes/ecosystem/registry/search-form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<p>No results match the filter criteria. Remove filter or clear all filters to show results</p>
148148
<button type="button" class="btn btn-outline-danger"
149149
onclick="document.getElementById('input-s').value = ''; document.getElementById('input-language').value = 'all';document.getElementById('input-component').value = 'all';document.getElementById('searchForm').submit();">Reset filters</button>
150-
</div>
150+
</div>
151151

152152
<ul class="list-unstyled" id="search-results"></ul>
153153
<ul class="list-unstyled" id="default-body">

0 commit comments

Comments
 (0)
Please sign in to comment.