update ui webp export

This commit is contained in:
2026-03-12 21:01:32 -07:00
parent 9da3ccf678
commit aa3f23c92c
10 changed files with 741 additions and 240 deletions

View File

@@ -46,6 +46,10 @@
}
});
bindClick(elements.openTarotHouseEl, () => {
setActiveSection(getActiveSection() === "tarot-house" ? "home" : "tarot-house");
});
bindClick(elements.openAstronomyEl, () => {
setActiveSection(getActiveSection() === "astronomy" ? "home" : "astronomy");
});