update ui webp export
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
}
|
||||
});
|
||||
|
||||
bindClick(elements.openTarotHouseEl, () => {
|
||||
setActiveSection(getActiveSection() === "tarot-house" ? "home" : "tarot-house");
|
||||
});
|
||||
|
||||
bindClick(elements.openAstronomyEl, () => {
|
||||
setActiveSection(getActiveSection() === "astronomy" ? "home" : "astronomy");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user