Skip to content

Commit

Permalink
💄 Nav Bar Resources Dropdown item re-order (#1841)
Browse files Browse the repository at this point in the history
cc: @landonmaxwell 

As per email 🦙Tina.io - Resources - subheadings

(checked by Josh)
Hi Josh,

As per our conversation, the menu items in the Resources dropdown on the
nav bar do not match the order on the Resources in the footer.

Please change the nav bar order to match the footer order:
BLOG
EXAMPLES
ROADMAP
SUPPORT

Co-authored-by: joshua berman <jber4409@uni.sydney.edu.au>
  • Loading branch information
joshbermanssw and joshberman1 committed Jun 12, 2024
1 parent 5035c90 commit 30cce42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"id": "resources",
"label": "Resources",
"items": [
{
"id": "roadmap",
"label": "Roadmap",
"href": "/roadmap",
"external": false
},
{
"id": "blog",
"label": "Blog",
Expand All @@ -32,6 +26,12 @@
"id": "examples",
"href": "/examples",
"external": false
},
{
"id": "roadmap",
"label": "Roadmap",
"href": "/roadmap",
"external": false
},
{
"id": "support",
Expand Down

0 comments on commit 30cce42

Please sign in to comment.