Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent fae0c2f commit 81b2205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 5 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const metadata = {
</Hero3>

<Content
id="content"
id="scenarios"
isReversed
items={[
{
Expand Down Expand Up @@ -120,6 +120,7 @@ const metadata = {
</Content>

<Content
id="environment"
isAfterContent
items={[
{
Expand Down Expand Up @@ -163,6 +164,7 @@ const metadata = {
</Content>

<Content
id="sensors"
isAfterContent
isReversed
items={[
Expand Down Expand Up @@ -213,6 +215,7 @@ const metadata = {
</Content>

<Content
id="structure"
isAfterContent
items={[
{
Expand Down Expand Up @@ -256,6 +259,7 @@ const metadata = {
</Content>

<Content
id="toolkit"
isAfterContent
isReversed
items={[
Expand Down

0 comments on commit 81b2205

Please sign in to comment.