File tree Expand file tree Collapse file tree 3 files changed +247
-62
lines changed
Expand file tree Collapse file tree 3 files changed +247
-62
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments