We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f346 commit e677ff8Copy full SHA for e677ff8
3 files changed
components/LeftSidebar.vue
@@ -66,6 +66,10 @@ const modularLinks = reactive([
66
name: "Rollups",
67
path: "/rollups",
68
children: [
69
+ {
70
+ name: "Cost Savings",
71
+ path: "/calculators/savings",
72
+ },
73
{
74
name: "Register rollup",
75
path: "https://forms.gle/nimJyQJG4Lb4BTcG7",
@@ -103,23 +107,6 @@ const toolsLinks = reactive([
103
107
name: "Gas Tracker",
104
108
path: "/gas",
105
109
},
106
- {
- icon: "calculator",
- name: "Calculators",
- children: [
110
111
- name: "Cost Savings",
112
- path: "/calculators/savings",
113
- },
114
115
- name: "Gas Fee",
116
- callback: () => {
117
- appStore.showCmd = true
118
- appStore.cmdAction = "Run Fee Calculator" /** refactor to map */
119
120
121
- ],
122
123
124
icon: "zap",
125
name: "Constants",
0 commit comments