From d84a380bd648b2035608b4e054b8f764d435017f Mon Sep 17 00:00:00 2001
From: Wu Zhiling <wzlwzl0924@gmail.com>
Date: Tue, 1 Oct 2024 07:58:09 +0000
Subject: [PATCH] Update file human-practices.tsx

---
 src/contents/human-practices.tsx | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx
index 514775c..d1354a4 100644
--- a/src/contents/human-practices.tsx
+++ b/src/contents/human-practices.tsx
@@ -86,7 +86,11 @@ export function HumanPractices() {
       Our objective is to gather <span className='bold-font'>diverse perspectives</span>, from the general public to patients, ensuring we consider all possible viewpoints that may shape the trajectory of our project.
     </p>
     </div>
-    <img src="https://static.igem.wiki/teams/5378/037e7fc08b8f8518098e3af706f9eef.webp" alt="Related Image" style={{ display: 'block', margin: '20px auto' }} />
+      <img 
+          src="https://static.igem.wiki/teams/5378/037e7fc08b8f8518098e3af706f9eef.webp" 
+          alt="Related Image" 
+          style={{ display: 'block', margin: '20px auto' }} 
+      />
     <div className="rounded-border">
     <h3 className="center-text">1.2 Understanding Hepatic Encephalopathy (HE)</h3>
     <p className='indent'>
-- 
GitLab