From aed787bf296097856e38a0573e366b84e1a18952 Mon Sep 17 00:00:00 2001
From: Yuhao Lin <lyh2001213@163.com>
Date: Wed, 2 Oct 2024 03:06:04 +0000
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9section=201=20=E4=B8=BALB=20m?=
 =?UTF-8?q?edium=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 ab9d5a7..a9804cf 100644
--- a/src/contents/experiments.tsx
+++ b/src/contents/experiments.tsx
@@ -19,7 +19,7 @@ const SideNavbar: React.FC<SideNavbarProps> = ({ activeLink, onLinkClick }) => {
           className={activeLink === 'section1' ? 'active' : 'notActive'}
           onClick={() => onLinkClick('section1')}
         >
-          Section 1
+          LB medium preparation
         </Nav.Link>
         <Nav.Link 
           as={Link} 
@@ -159,9 +159,9 @@ export function Experiments() {
         
         <div className="col-10">
         <Element 
-            name="section1" 
+            name="section 1" 
             className="element rounded-border" 
-            id='section1' 
+            id='section 1' 
             onMouseEnter={() => handleMouseEnter('section1')}
             style={{ display: visibleSection === 'section1' ? 'block' : 'none' }}
           >
-- 
GitLab