From 4b49aadd93e2a89a3803d72dfa6091afb51ecc4f Mon Sep 17 00:00:00 2001
From: BlueFox <bluefox@privacynerd.de>
Date: Fri, 28 Feb 2025 22:00:25 +0100
Subject: [PATCH] Removed ambiguous unicode characters from the welcome phrases

---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 94f4911..a63f8d2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -170,8 +170,8 @@
               "Hello, take a look around!",
               "Glad you're here, enjoy your stay!",
               "Hey, nice to see you here!",
-              "I’m happy you stopped by!",
-              "Hey there! Let’s have some fun!",
+              "I'm happy you stopped by!",
+              "Hey there! Let's have some fun!",
             ];
 
             headline = document.getElementById("headline");