We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e07be1 + dffc819 commit 96e72f9Copy full SHA for 96e72f9
layouts/partials/footer.html
@@ -98,7 +98,7 @@
98
event.target.classList.add("active");
99
if (type !== "other") {
100
document
101
- .querySelectorAll(`nav:not(.multipage) .${type}`)
+ .querySelectorAll(`.${type}`)
102
.forEach((item) => item.classList.remove("hide"));
103
} else {
104
@@ -113,7 +113,7 @@
113
const showAll = () => {
114
allTypes.forEach((type) => {
115
116
117
118
119
.querySelectorAll(`nav:not(.multipage) .filter-${type}`)
0 commit comments