From d4dcf0f7a449db7836e2f62cc175b745ee5cec74 Mon Sep 17 00:00:00 2001
From: Kathleen Susat <kathleen.susat@uni-bielefeld.de>
Date: Wed, 25 Sep 2024 20:27:11 +0200
Subject: [PATCH] Test Image Kata

---
 src/contents/safety.tsx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/contents/safety.tsx b/src/contents/safety.tsx
index 478d91b3..144b672c 100644
--- a/src/contents/safety.tsx
+++ b/src/contents/safety.tsx
@@ -103,7 +103,10 @@ export const Safety: React.FC = () =>{
         </p>
         <p>
         In our S2 laboratory, the harvested nasal epithelial cells that serve as primary cultures undergo a comprehensive HHH test (link zu primär Kulturen) to ensure their safety and suitability for further experiments. This test is crucial to ensure that we can subsequently work safely with these cells in the S1 range without the risk of contamination or unwanted release of biological material. 
-        </p> 
+        </p>
+        <div className="col">
+          <img src="https://static.igem.wiki/teams/5247/photos/biosafety/s2/s2-lab.jpeg"/>
+        </div>
       </Section>
       <Section title="Biosafety" id="Biosafety">
         <Subesction title="Mechanism" id="Biosafety1">
-- 
GitLab