Skip to content

Commit 1b0f177

Browse files
committed
Fix navigation stats links
1 parent 1bbb83d commit 1b0f177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/LeftSidebar.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ const mainLinks = reactive([
6969
children: [
7070
{
7171
name: "General",
72-
path: "/stats?tab=General",
72+
path: "/stats?tab=general",
7373
},
7474
{
7575
name: "Blocks",
76-
path: "/stats?tab=Blocks",
76+
path: "/stats?tab=blocks",
7777
},
7878
{
7979
name: "Rollups",
80-
path: "/stats?tab=Rollups",
80+
path: "/stats?tab=rollups",
8181
},
8282
],
8383
},

0 commit comments

Comments
 (0)