From 091a07f345fd80f1d42fcb499cc5bbc2848c1378 Mon Sep 17 00:00:00 2001
From: Yuhao Lin <lyh2001213@163.com>
Date: Wed, 2 Oct 2024 03:40:29 +0000
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9H2/4=20section2=20=E4=B8=BALB?=
 =?UTF-8?q?=20medium=20preparation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/contents/experiments.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/contents/experiments.tsx b/src/contents/experiments.tsx
index 2760918..43ec668 100644
--- a/src/contents/experiments.tsx
+++ b/src/contents/experiments.tsx
@@ -165,7 +165,7 @@ export function Experiments() {
             onMouseEnter={() => handleMouseEnter('section1')}
             style={{ display: visibleSection === 'section1' ? 'block' : 'none' }}
           >
-            <h2>Section 2</h2>
+            <h2>LB medium preparation</h2>
             <p>Content for section 2.</p>
             <div className="rounded-border">
               <h4 className="center-text">Section 2</h4>
@@ -182,10 +182,10 @@ export function Experiments() {
             onMouseEnter={() => handleMouseEnter('section2')}
             style={{ display: visibleSection === 'section2' ? 'block' : 'none' }}
           >
-            <h2>Section 2</h2>
+            <h2>LB medium preparation</h2>
             <p>Content for section 2.</p>
             <div className="rounded-border">
-              <h4 className="center-text">Section 2</h4>
+              <h4 className="center-text">LB medium preparation</h4>
               <p className="indent">las ijffs aiskfd fskj iiwls asd.aass ffas awssd awus iisal fask.aisisad ksjdfkaf iwjasifjakdshf wijdfalksjf wiksjkfjksalhf, gsahfjhgejkfh  uhaejkfh sjdihgfuqiw jh sjiafhjsaj fh asd.</p>
               <p className="indent">las ijffs aiskfd fskj iiwls asd.aass ffas awssd awus iisal fask.aisisad ksjdfkaf iwjasifjakdshf wijdfalksjf wiksjkfjksalhf, gsahfjhgejkfh  uhaejkfh sjdihgfuqiw jh sjiafhjsaj fh asd.</p>
             </div>
-- 
GitLab