Skip to content

Commit ff48928

Browse files
Copilotbrunoborges
andcommitted
Change label "Filter" to "Show" in index page
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 92389f3 commit ff48928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2 class="section-title">All comparisons</h2>
227227
<span class="section-badge">{{snippetCount}} snippets</span>
228228
</div>
229229
<div class="filter-pills" id="categoryFilter">
230-
<span class="filter-label">Filter:</span>
230+
<span class="filter-label">Show:</span>
231231
<button class="filter-pill" data-filter="all">All</button>
232232
<button class="filter-pill" data-filter="language">Language</button>
233233
<button class="filter-pill" data-filter="collections">Collections</button>

0 commit comments

Comments
 (0)