From 74a238cc86edfcf2ed98e2a11b7a00c038f9f36f Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 19:06:46 +0200
Subject: [PATCH] test Hello38

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

diff --git a/index.html b/index.html
index f5cfd329..dbd645df 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,13 @@
   </head>
   <body>
     <div id="root"></div>
-   
+    <div style="min-height: 374px">
+      <script type="text/javascript" defer src="src/statics/mapscript.js" charset="utf-8">
+      </script>
+      <noscript>
+      <img src="https://static.igem.wiki/teams/5247/charts-maps/map1-full.png" alt="" />
+      </noscript> 
+      </div>
     <script type="module" src="/src/main.tsx"></script>
   </body>
 </html>
diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index 3d944260..13fd4917 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -11,7 +11,7 @@ export function Home() {
           <hr/>
           <Map1/>
           <hr />
-          Hello37
+          Hello38
         </div>
       </div>
       <div className="row">
-- 
GitLab