Skip to content

Commit 09733cd

Browse files
author
Kayla Wilkins
committed
adjusting filters id scope to all radios instead of separate ones
1 parent 008be02 commit 09733cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="flex flex-wrap mb-8 -mx-4">
44

55
<div class="w-full sm:w-1/4 md:w-1/5 px-4">
6-
<div class="button-group filters-group sm:py-4 sm:mt-4">
6+
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
77
<div id="createdFilters" class="flex flex-wrap md:block">
88
<div class="md:my-4 invisible sm:visible">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
99
<h4 class="uppercase mb-4 w-full">Created By</h4>
@@ -16,7 +16,7 @@ <h4 class="uppercase mb-4 w-full">Language</h4>
1616
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}
1717
{{end}}
1818
</div>
19-
<button class="text-BaseBlue underline mt-4" onclick="uncheckAll('languageFilters')">Reset Filters</button>
19+
<button class="text-BaseBlue underline mt-4" onclick="uncheckAll('filters')">Reset Filters</button>
2020
</div>
2121
</div>
2222

0 commit comments

Comments
 (0)