|
|
@ -72,6 +72,8 @@ function initHonorsToggle() { |
|
|
const expanded = list.classList.toggle("is-expanded"); |
|
|
const expanded = list.classList.toggle("is-expanded"); |
|
|
btn.classList.toggle("is-expanded", expanded); |
|
|
btn.classList.toggle("is-expanded", expanded); |
|
|
btn.querySelector("span").textContent = expanded ? t("about.collapse") : t("about.expand_more"); |
|
|
btn.querySelector("span").textContent = expanded ? t("about.collapse") : t("about.expand_more"); |
|
|
|
|
|
if (expanded) list.setAttribute("data-lenis-prevent", ""); |
|
|
|
|
|
else list.removeAttribute("data-lenis-prevent"); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
function initMembersCarousel() { |
|
|
function initMembersCarousel() { |
|
|
|