Skip to content

Commit

Permalink
fix JSON syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Jan 21, 2025
1 parent bb22fd0 commit 005aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{ title: "Zome Functions", url: "/build/zome-functions/" },
] },
{ title: "DNAs", url: "/build/dnas/" },
{ title: "hApps", url: "/build/happs/ },
{ title: "hApps", url: "/build/happs/" },
]},
{ title: "Working with Data", url: "/build/working-with-data/", children: [
{ title: "Identifiers", url: "/build/identifiers/" },
Expand Down

0 comments on commit 005aa7c

Please sign in to comment.