From 67063d426179261a07556c3c29e73fb18f101efc Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Wed, 31 Jul 2024 13:42:17 -0400 Subject: [PATCH] add Labels menu item --- lib/navigation.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/navigation.tsx b/lib/navigation.tsx index 540d6eb5..10a1548f 100644 --- a/lib/navigation.tsx +++ b/lib/navigation.tsx @@ -68,7 +68,7 @@ export const navigationCategories = { group: "trackers", }, gtpmetrics: { - label: "More In-Depth Metrics", + label: "More from growthepie", icon: "gtp:gtp-pie-monochrome", group: "trackers", }, @@ -637,6 +637,16 @@ export const navigationItems: NavigationItem[] = [ urlKey: "feesxyz", excludeFromSitemap: true, }, + { + label: "labels.growthepie.xyz", + icon: "gtp:gtp-pie", + category: "gtpmetrics", + key: "labelsxyz", + rootKey: "labelsxyz", + urlKey: "labelsxyz", + excludeFromSitemap: true, + showNew: true, + }, { label: "OP RetroPGF 3", icon: "gtp:optimism-logo-monochrome", @@ -652,7 +662,7 @@ export const navigationItems: NavigationItem[] = [ key: "octant", rootKey: "octant", urlKey: "octant", - showNew: true, + showNew: false, }, { label: "Glo Dollar",