Skip to content

Commit 958f75d

Browse files
committed
sort nav items alphabetically
1 parent f41d039 commit 958f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/stats/stats-bubble.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const statsBubbleConfig: BubbleNavigationConfig = {
77
items: [
88
{ id: "avalanche-l1s", label: "Avalanche L1s", href: "/stats/overview" },
99
{ id: "c-chain", label: "C-Chain", href: "/stats/primary-network/c-chain" },
10-
{ id: "validators", label: "Validators", href: "/stats/validators" },
1110
{ id: "playground", label: "Playground", href: "/stats/playground" },
11+
{ id: "validators", label: "Validators", href: "/stats/validators" },
1212
],
1313
activeColor: "bg-blue-600",
1414
darkActiveColor: "dark:bg-blue-500",

0 commit comments

Comments
 (0)