Commit 7e698a35 authored by Bao's avatar Bao
Browse files

Update settings.js

parent 4ed01d10
Pipeline #3084 canceled with stages
...@@ -77,20 +77,20 @@ let settings = { ...@@ -77,20 +77,20 @@ let settings = {
link: `${BASE_URL}/home/` link: `${BASE_URL}/home/`
}, },
{ {
menuText: "biomass", menuText: "Biomass simulator",
link: `${BASE_URL}/biomass/` link: `${BASE_URL}/biomass/`
}, },
{ {
menuText: "water", menuText: "Urban water demand simulator",
link: "/water/" link: `${BASE_URL}/water/`
} }
{ {
menuText: "FWEADE", menuText: "FWE ADE",
link: "/FWEADE/" link: `${BASE_URL}/FWEADE/`
} }
{ {
menuText: "visualization", menuText: "Visualization",
link: "/visualization/" link: `${BASE_URL}/visualization/`
} }
], ],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment