Skip to content
Snippets Groups Projects
Commit aed787bf authored by Yuhao Lin's avatar Yuhao Lin
Browse files

修改section 1 为LB medium preparation

parent 1de60e46
No related branches found
No related tags found
No related merge requests found
Pipeline #505315 failed
......@@ -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' }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment