We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbb83d commit 1b0f177Copy full SHA for 1b0f177
1 file changed
components/LeftSidebar.vue
@@ -69,15 +69,15 @@ const mainLinks = reactive([
69
children: [
70
{
71
name: "General",
72
- path: "/stats?tab=General",
+ path: "/stats?tab=general",
73
},
74
75
name: "Blocks",
76
- path: "/stats?tab=Blocks",
+ path: "/stats?tab=blocks",
77
78
79
name: "Rollups",
80
- path: "/stats?tab=Rollups",
+ path: "/stats?tab=rollups",
81
82
],
83
0 commit comments