Skip to content

Commit c7adfd4

Browse files
authored
Merge pull request #107 from celenium-io/dev
Fix navigation stats links
2 parents 1fc820c + 1b0f177 commit c7adfd4

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)