Skip to content

Commit

Permalink
add Labels menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 31, 2024
1 parent 0a779bf commit 67063d4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions lib/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down Expand Up @@ -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",
Expand All @@ -652,7 +662,7 @@ export const navigationItems: NavigationItem[] = [
key: "octant",
rootKey: "octant",
urlKey: "octant",
showNew: true,
showNew: false,
},
{
label: "Glo Dollar",
Expand Down

0 comments on commit 67063d4

Please sign in to comment.