From 0d812211dc9c3fd47415abd4e566be234b257391 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 17:33:33 +0200
Subject: [PATCH] Hello25

---
 public/index.html     | 2 +-
 src/contents/Home.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 10738fde..e6544048 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,7 +16,7 @@
   <body>
     <div id="root"></div>
     
-    <script type="module" src="../src/main.tsx"></script>
+    <script type="module" src="/src/main.tsx"></script>
   </body>
 </html>
 
diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index 7422660c..340deace 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -8,7 +8,7 @@ export function Home() {
         <div className="col">
           <h2>Wiki under construction!</h2>
           <hr />
-          Hello24
+          Hello25
         </div>
       </div>
       <div className="row">
-- 
GitLab