Skip to content

Commit 56a4607

Browse files
committed
fix build issue
1 parent d7dc4d3 commit 56a4607

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/assets/styles/signup.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,13 @@
145145
z-index: 10;
146146
}
147147

148-
.arrow {
149148
.slider-container {
150149
position: relative;
151150
width: 100%;
152151
height: 100%;
153152
margin-right: 5px;
154153
}
155154

156-
.slider-container {
157-
opacity: 0;
158-
position: relative;
159-
width: 100%;
160-
height: 100%;
161-
transition: opacity 0.4s ease-in;
162-
}
163155

164156
.slider {
165157
width: 100%;
@@ -478,4 +470,4 @@ input[type="checkbox"] {
478470
.input-row .input-group {
479471
width: 100%;
480472
}
481-
}
473+
}

src/components/PoemDialog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import "@/assets/styles/poem-dialog.css";
3030

3131
let isMuted = true;
3232
let currentText = "";
33+
let currentLang = "en_GB";
3334
let availableVoices = [];
3435
let voicesLoadedPromise = null;
3536

@@ -107,7 +108,6 @@ import "@/assets/styles/poem-dialog.css";
107108
speechSynthesis.speak(utterance);
108109
}
109110

110-
let currentLang;
111111

112112
window.showPoem = async (title, lines) => {
113113
titleEl.innerText = title;

0 commit comments

Comments
 (0)