File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="flex flex-wrap mb-8 -mx-4 ">
4
4
5
5
< 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 ">
7
7
< div id ="createdFilters " class ="flex flex-wrap md:block ">
8
8
< div class ="md:my-4 invisible sm:visible "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
9
9
< h4 class ="uppercase mb-4 w-full "> Created By</ h4 >
@@ -16,7 +16,7 @@ <h4 class="uppercase mb-4 w-full">Language</h4>
16
16
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}
17
17
{{end}}
18
18
</ 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 >
20
20
</ div >
21
21
</ div >
22
22
You can’t perform that action at this time.
0 commit comments