From 3e48009377f9ca1b9f2446ad8835c1054e81ff20 Mon Sep 17 00:00:00 2001 From: Xingan Zhao <2081098605@qq.com> Date: Wed, 2 Oct 2024 10:26:36 +0800 Subject: [PATCH] fix:hp --- src/contents/human-practices.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx index 8f4d96b..883050f 100644 --- a/src/contents/human-practices.tsx +++ b/src/contents/human-practices.tsx @@ -286,11 +286,6 @@ export function HumanPractices() { </div> </Element> - - <div className="bd-callout bd-callout-info bg-gray"> - <h1>What do we do to ...? See...</h1> - </div> - <Element name="section5" className="element rounded-border" id='section5'> <h2>5. Stakeholder</h2> <p>Our stakeholders.</p> @@ -333,7 +328,7 @@ export function HumanPractices() { </Element> - <Element name="section5" className="element rounded-border" id='section5'> + <Element name="section6" className="element rounded-border" id='section6'> <h2>6. Expert Consultation</h2> <p>Explore what did we learn from experts.</p> <div className="rounded-border"> -- GitLab