Skip to content

Commit b2f1fff

Browse files
nb-hits to hits-count
1 parent 5cb5529 commit b2f1fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instantsearch.js/responsive-filtering/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5 class="modal-title" id="modal-title">Filters</h5>
9292
<div id="clear-refinements"></div>
9393

9494
<button id="apply-filters">
95-
<span id="nb-hits"></span>
95+
<span id="hits-count"></span>
9696
</button>
9797
</div>
9898
</div>

instantsearch.js/responsive-filtering/src/responsiveFilters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function createResponsiveFiltersWidgets() {
4242
templates: { resetLabel: 'Reset filters' },
4343
}),
4444
instantsearch.widgets.stats({
45-
container: '#nb-hits',
45+
container: '#hits-count',
4646
templates: {
4747
text({ nbHits }) {
4848
return `See ${nbHits.toLocaleString()} results`;

0 commit comments

Comments
 (0)