diff --git a/src/navigation.js b/src/navigation.js index 614de63..b43ae1c 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -20,11 +20,11 @@ export const headerData = { }, { text: 'Data Structure', - href: getPermalink('/#steps'), + href: getPermalink('/#structure'), }, { text: 'Toolkit', - href: getPermalink('/#steps'), + href: getPermalink('/#toolkit'), }, { text: 'FAQs', diff --git a/src/pages/index.astro b/src/pages/index.astro index a9c045d..f9e2cdc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -76,7 +76,7 @@ const metadata = {