diff --git a/src/contents/Human Practices/Further Engagement/Education.tsx b/src/contents/Human Practices/Further Engagement/Education.tsx index 56f3ce6619bd244f479d5d8426a4647c0203481c..b82912e315a72ab169259bc59af462b2a9378f63 100644 --- a/src/contents/Human Practices/Further Engagement/Education.tsx +++ b/src/contents/Human Practices/Further Engagement/Education.tsx @@ -120,7 +120,7 @@ Moreover, we connected with other institutions and participants at the event. We - <div id="mint" className="edu-cycletab" style={{display: "block"}}> + <div id="mint" className="edu-cycletab" style={{display: "none"}}> <H4 id="mint-heading" text="MINT Sommer"/> <H5 id="what and why mint summer" text="What is MINT Summer and why were we participating?"/> <p>“MINT Summer 2024†is a comprehensive program designed primarily for high school graduates of the class of 2024, who are considering pursuing studies in STEM fields (Science, Technology, Engineering, and Mathematics, including teaching degrees). The program is perfect for those who are still uncertain if they want to study in STEM or which specific discipline aligns best with their interests.</p> diff --git a/src/pages.ts b/src/pages.ts index 695bbeef0e7051db69bfc84820d108abc3f63cbf..822450206c20259377fce911d735734598714163 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -386,12 +386,12 @@ export const NavPages: (Page | PageRef | Folder)[] = [ path: "/human-practices?scrollTo=Integrated Human Practices3" }, { - name: "Public Engagement", + name: "Education", title: "Education and Outreach", path: "/human-practices?scrollTo=Further Engagement1H" }, { - name: "Education", + name: "Public Engagement", title: "Education and Outreach", path: "/human-practices?scrollTo=Further Engagement2H" },