summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Wordle.vue (renamed from src/App.vue)0
-rw-r--r--src/components/Keyboard.vue2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/Wordle.vue
index 3ed7441..3ed7441 100644
--- a/src/App.vue
+++ b/src/Wordle.vue
diff --git a/src/components/Keyboard.vue b/src/components/Keyboard.vue
index 3b428c8..7d76dbd 100644
--- a/src/components/Keyboard.vue
+++ b/src/components/Keyboard.vue
@@ -20,7 +20,7 @@ let props = defineProps<{
navigate: (direction: "left" | "right" | "first" | "last") => void;
}>();
-const rows = ["QWERTZUIOPÜ", "ASDFFGHJKLÖÄ", "YXCVBNMß"];
+const rows = ["QWERTZUIOPÜ", "ASDFGHJKLÖÄ", "YXCVBNMß"];
function pressButton(letter: string) {
if (rows.join("").indexOf(letter) > -1) {