added dictionary lookup

This commit is contained in:
2026-03-20 13:39:54 -07:00
parent b1d64f795b
commit 54d4dddbc3
6 changed files with 146 additions and 12 deletions

View File

@@ -96,7 +96,7 @@
setActiveSection(getActiveSection() === "cube" ? "home" : "cube");
});
bindClick(elements.openAlphabetEl, () => {
bindClick(elements.openAlphabetWordEl, () => {
setActiveSection(getActiveSection() === "alphabet" ? "home" : "alphabet");
});