Skip to content

Commit e677ff8

Browse files
committed
upd savings calc
1 parent 6c7f346 commit e677ff8

File tree

3 files changed

+247
-62
lines changed

3 files changed

+247
-62
lines changed

components/LeftSidebar.vue

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ const modularLinks = reactive([
6666
name: "Rollups",
6767
path: "/rollups",
6868
children: [
69+
{
70+
name: "Cost Savings",
71+
path: "/calculators/savings",
72+
},
6973
{
7074
name: "Register rollup",
7175
path: "https://forms.gle/nimJyQJG4Lb4BTcG7",
@@ -103,23 +107,6 @@ const toolsLinks = reactive([
103107
name: "Gas Tracker",
104108
path: "/gas",
105109
},
106-
{
107-
icon: "calculator",
108-
name: "Calculators",
109-
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-
},
123110
{
124111
icon: "zap",
125112
name: "Constants",

0 commit comments

Comments
 (0)