Skip to content
Snippets Groups Projects
Commit eee17959 authored by Wu Zhiling's avatar Wu Zhiling
Browse files

Update file human-practices.tsx

parent 10e9aa5f
No related branches found
No related tags found
No related merge requests found
Pipeline #493405 passed
......@@ -11,7 +11,7 @@ const SideNavbar: React.FC<SideNavbarProps> = ({ activeLink }) => {
<div className="side-navbar">
<Nav className="flex-column">
<Nav.Link as={Link} to="section1" smooth={true} duration={500} className={activeLink === 'section1' ? 'active' : 'notActive'}>1.Overview</Nav.Link>
<Nav.Link as={Link} to="section2" smooth={true} duration={500} className={activeLink === 'section2' ? 'active' : 'notActive'}>2.Ethical considerations</Nav.Link>
<Nav.Link as={Link} to="section2" smooth={true} duration={500} className={activeLink === 'section2' ? 'active' : 'notActive'}>2.Ethical Considerations</Nav.Link>
<Nav.Link as={Link} to="section3" smooth={true} duration={500} className={activeLink === 'section3' ? 'active' : 'notActive'}>3.Collaboration</Nav.Link>
<Nav.Link as={Link} to="section4" smooth={true} duration={500} className={activeLink === 'section4' ? 'active' : 'notActive'}>4.Questionnaire</Nav.Link>
<Nav.Link as={Link} to="section5" smooth={true} duration={500} className={activeLink === 'section5' ? 'active' : 'notActive'}>5.STAKEHOLDER</Nav.Link>
......@@ -112,7 +112,7 @@ export function HumanPractices() {
<Element name="section2" className="element rounded-border" id='section2'>
<h2>2. Ethical considerations</h2>
<h2>2. Ethical Considerations</h2>
<p>Informed consent, privacy, fairness, non-harm, responsibility.</p>
<div className="rounded-border">
<h3 className="center-text">2.1Ethical and Safe Biotechnology Research</h3>
......
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