diff --git a/wiki/pages/inclusivity.html b/wiki/pages/inclusivity.html
index 71caf52b930e6172cdb58201720981f62f1ef8ba..81f5798f22abc4d8b2c0bc1ffc7e86ac62110f9e 100644
--- a/wiki/pages/inclusivity.html
+++ b/wiki/pages/inclusivity.html
@@ -3,8 +3,6 @@
 {% block title %}Diversity and Inclusion{% endblock %}
 {% block cover_img %}https://static.igem.wiki/teams/5013/wiki/cover/inclusivity.jpg{% endblock %}
 
-
-{% endblock %}
 {% block detail_title_a1 %}Background introduction:{% endblock %}
 {% block detail_content2 %}Inspired by the national poverty alleviation news, our iGEM team has gained a profound understanding of the unequal distribution of educational resources globally, especially in remote and impoverished areas. The issue of insufficient scientific educational resources due to remoteness and poverty exists in both developed countries and those lacking resources. In some places, the opportunity for scientific education is held only by a few.
 In light of this, our team is dedicated to ameliorating this situation, starting within our own country. Our primary goal is to enable students in remote and impoverished areas to have equal access to scientific research. We aim to ignite their interest in science and enhance their scientific literacy by providing free resources like simple microscopes and English books, enabling them to comprehend English and potentially engage in scientific research in the future. Additionally, we attempt to facilitate local people's understanding of scientific concepts and correct some misconceptions by integrating local traditions with scientific knowledge.
diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 3faffef8b96ae333d47512d57c7b57481cce58bd..8cd2323c373d40b1366b240582d49065ca820781 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -20,10 +20,15 @@
     width: 50%;
     height: auto;
   }
+  .no-cursor {
+    pointer-events: none;
+  }
 </style>
 
-<div class="team-content">
-  <img src="https://static.igem.wiki/teams/5013/wiki/team/new-team-1.jpg" />
-  <img src="https://static.igem.wiki/teams/5013/wiki/team/new-team-2.jpg" />
+<div class="team-content .no-cursor">
+  <img src="https://static.igem.wiki/teams/5013/wiki/team/new-new-img1.jpg" />
+  <img src="https://static.igem.wiki/teams/5013/wiki/team/new-new-img2.jpg" />
 </div>
+
+
 {% endblock %}