From 005aa7c128049359313f4306d6070f05b4f1ec4a Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Tue, 21 Jan 2025 13:30:03 -0800 Subject: [PATCH] fix JSON syntax error --- src/pages/_data/navigation/mainNav.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_data/navigation/mainNav.json5 b/src/pages/_data/navigation/mainNav.json5 index 10f55c075..b181b82f4 100644 --- a/src/pages/_data/navigation/mainNav.json5 +++ b/src/pages/_data/navigation/mainNav.json5 @@ -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/" },