From 5ad932401d6949e4234e2a926b9b2323b06b324d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 19:22:31 +0200 Subject: fix audio-active --- client-web/public/start.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'client-web/public') diff --git a/client-web/public/start.html b/client-web/public/start.html index 27f57c0..f5b8f3b 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -46,13 +46,22 @@ "Strawberry", "Raspberry", "Blueberry", - "Choclate", + "Chocolate", "Vanilla", "Potato", "Tomato", "Lemon", + "Apple", + ], + [ + "Muffin", + "Pie", + "Cupcake", + "Sandwish", + "Cake", + "Crépe", + "Pancake", ], - ["Muffin", "Pie", "Cupcake", "Sandwish", "Cake"], ]; return frags .map((f) => f[Math.floor(Math.random() * f.length)]) -- cgit v1.2.3-70-g09d2