From 5806f1b92af2ca54b77aa59f251ad04301c46c01 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 16:55:44 +0200
Subject: [PATCH] change dto ./src/main.tsx; Hello15

---
 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 86bd10be..1bbf7e87 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 b954a98f..34254a0b 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 />
-          Hello14
+          Hello15
         </div>
       </div>
       <div className="row">
-- 
GitLab