From 1ce2b740549d5f80b7d980ab335322a82eb9faa0 Mon Sep 17 00:00:00 2001 From: Yihan Wu <1625609327@qq.com> Date: Tue, 1 Oct 2024 04:51:00 +0000 Subject: [PATCH] Update file education.tsx --- src/contents/education.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/contents/education.tsx b/src/contents/education.tsx index 1942cbe..ad4ca58 100644 --- a/src/contents/education.tsx +++ b/src/contents/education.tsx @@ -145,7 +145,8 @@ export function Education() { // sidenavbar begin <div className='row'> <div className='col-6'> <img - src="https://static.igem.wiki/teams/5378/037e7fc08b8f8518098e3af706f9eef.webp" + src="https://static.igem.wiki/teams/5378/high-school1.webp" + alt="example" className="responsive-img" /> @@ -153,7 +154,8 @@ export function Education() { // sidenavbar begin </div> <div className='col-6'> <img - src="https://static.igem.wiki/teams/5378/b4c93550a4f89a9080ca9516245d152.webp" + + src="https://static.igem.wiki/teams/5378/037e7fc08b8f8518098e3af706f9eef.webp" alt="example" className="responsive-img" /> @@ -162,7 +164,8 @@ export function Education() { // sidenavbar begin </div> <div className='image-container'> <img - src="https://static.igem.wiki/teams/5378/high-school1.webp" + + src="https://static.igem.wiki/teams/5378/b4c93550a4f89a9080ca9516245d152.webp" alt="example" className="image-wide" /> -- GitLab