diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index dba14951513cbfe782e4d5f901c359bb930ae4c7..0a35a9b1f43a563645fddd513c403e05a3661a1a 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -29,7 +29,7 @@ export function Home() { <p> → <a href="description?scrollTo=Abstract">What is <PreCyse/>? </a> <br/> <br/> → <a href="engineering?tab=tab-our-cycle&scrollTo=ourcycle">What is our strategy?</a> <br/> <br/> - → <a href="/materials-methods?tab=introduction">How did we do this?</a> <br/> <br/> + → <a href="/materials-methods?scrollTo=introduction">How did we do this?</a> <br/> <br/> → <a href="results?scrollTo=experimental-design">What did we archieve?</a> <br/> <br/> → <a href="parts?scrollTo=Parts Collection2">What parts are we contributing?</a> <br/> <br/> → <a href="judging?scrollTo=OverviewH">What are our special awards?</a> diff --git a/src/pages.ts b/src/pages.ts index 0c89158cc9b49f2670990ee6b791dced791dd0a0..c7660c3cad8caa043f08e5b4ac040dcbfdf00f21 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -256,7 +256,7 @@ export const NavPages: (Page | PageRef | Folder)[] = [ { name: "Materials & Methods", title: "Materials & Methods", - path: "/materials-methods?tab=introduction" + path: "/materials-methods?scrollTo=introduction" }, { name: "Results",