From cc4f771a7e36a51750c1f61e179cbcef809ccbf2 Mon Sep 17 00:00:00 2001
From: Xingan Zhao <2081098605@qq.com>
Date: Wed, 2 Oct 2024 13:05:22 +0800
Subject: [PATCH] fix:edu

---
 src/containers/App/App.css |  2 +-
 src/contents/home.tsx      | 10 ----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 90437e1..4c35ade 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -233,7 +233,7 @@ footer a:hover {
 .custom-header-education {
   width: 100vw;
   height: 100vh;
-  background-image: linear-gradient(rgba(245, 245, 220,0.2), rgba(245, 245, 220,0.2)),url('https://static.igem.wiki/teams/5378/education.webp'); /* 背景图片路径 */
+  background-image: linear-gradient(rgba(245, 245, 220,0.2), rgba(245, 245, 220,0.2)),url('https://static.igem.wiki/teams/5378/education-1.webp'); /* 背景图片路径 */
   background-size: cover;        /* 使背景图片覆盖整个容器 */
   background-position: center;   /* 居中对齐背景图片 */
   background-repeat: no-repeat;  /* 防止背景图片重复 */
diff --git a/src/contents/home.tsx b/src/contents/home.tsx
index 6e20a5f..7218d06 100644
--- a/src/contents/home.tsx
+++ b/src/contents/home.tsx
@@ -379,16 +379,6 @@ export function Home() {
           />
           </div>
         </Element>
-
-
-        {/* <div className="page-element-21">
-          <img
-            src="https://static.igem.wiki/teams/5378/home/4.webp"
-            alt="example"
-            className="home-img-wide"
-          />
-        </div> */}
-        
       </div>
 
       {/* 9 */}
-- 
GitLab