From 2dc17be69f32a5093e82e78ffdb32988d648819f Mon Sep 17 00:00:00 2001
From: Natasha Nunez <n.nunez@student.maastrichtuniversity.nl>
Date: Sat, 28 Sep 2024 21:19:50 +0000
Subject: [PATCH] Update file HumanPractices.vue

---
 docs/.vuepress/components/HumanPractices.vue | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/.vuepress/components/HumanPractices.vue b/docs/.vuepress/components/HumanPractices.vue
index 45cfec4..ef503d9 100644
--- a/docs/.vuepress/components/HumanPractices.vue
+++ b/docs/.vuepress/components/HumanPractices.vue
@@ -3,7 +3,7 @@
       <h3>Natronaut for People</h3>
       <div class="contribution-container">
         <img
-          src="https://static.igem.wiki/teams/5306/human-practices/human-practice-vibrio.webp"
+          src="https://static.igem.wiki/teams/5306/human-practices/human-practices-vibrio.png"
           alt="Human Practices Image"
           width="300"
         />
@@ -16,8 +16,7 @@
       <!-- Introduction Section -->
       <div class="card mb-2" style="background-color: #e3f2fd;">
         <div class="card-header" @click="toggleSection('introduction')" style="display: flex; align-items: center; justify-content: space-between; cursor: pointer;">
-          <h2 style="color: #396d7e;">Introduction to Natronaut’s  Human Practices:</h2>
-          <h3 style="color: #396d7e;">Answering the Important Questions</h3>
+          <h2 style="color: #396d7e;">Introduction to Natronaut’s  Human Practices: Answering the Important Questions </h2>
 
           <span>{{ openSection === 'introduction' ? 'â–²' : 'â–¼' }}</span>
         </div>
-- 
GitLab