diff --git a/docs/.vuepress/components/HumanPractices.vue b/docs/.vuepress/components/HumanPractices.vue index 45cfec4bf0f66ba6947485fe672d84d204028e92..ef503d9bf5cc42a6d32f98e24df4d15bdefa6f7c 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>