Skip to content
Snippets Groups Projects
Commit c5405381 authored by Pan Zhao's avatar Pan Zhao
Browse files

修改了主页的Contribution内容

parent 8eb837c8
No related branches found
No related tags found
No related merge requests found
Pipeline #492213 passed with warnings
......@@ -13,7 +13,7 @@ const SideNavbar: React.FC<SideNavbarProps> = ({ activeLink }) => {
<Nav className="flex-column">
<Nav.Link as={Link} to="section1" smooth={true} duration={500} className={activeLink === 'section1' ? 'active' : 'notActive'}>Basice Parts</Nav.Link>
<Nav.Link as={Link} to="section2" smooth={true} duration={500} className={activeLink === 'section2' ? 'active' : 'notActive'}>Composite Parts</Nav.Link>
<Nav.Link as={Link} to="section3" smooth={true} duration={500} className={activeLink === 'section3' ? 'active' : 'notActive'}>Section 3</Nav.Link>
<Nav.Link as={Link} to="section3" smooth={true} duration={500} className={activeLink === 'section3' ? 'active' : 'notActive'}>Contribution</Nav.Link>
</Nav>
</div>
);
......
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