We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc820c + 1b0f177 commit c7adfd4Copy full SHA for c7adfd4
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