File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import KeyboardTrigger from "@/components/KeyboardTrigger.astro";
3434
3535 <div class =" info" >Press a key to see the magic</div >
3636 <article id =" container__reader" class =" container__reader" >
37- <div class =" letter" >a🍎</div >
37+ <div id = " letter " class =" letter" >a🍎</div >
3838 </article >
3939 <section class =" section--audio hide" >
4040 <audio id =" audioPlayer" controlslist =" nodownload" controls autoplay ></audio >
@@ -45,7 +45,7 @@ import KeyboardTrigger from "@/components/KeyboardTrigger.astro";
4545 import { emojiList } from "@/mappers/alphabet";
4646 import { getRandomValue, isAlphabet, isNumber } from "@/utils/index";
4747
48- const mainBlock = document.querySelector("#container__reader ") as HTMLElement;
48+ const mainBlock = document.querySelector("#letter ") as HTMLElement;
4949 const muteButton = document.querySelector("#mute") as HTMLButtonElement;
5050 const audioPlayer = document.querySelector("#audioPlayer") as HTMLAudioElement;
5151
You can’t perform that action at this time.
0 commit comments