Commit 43d09ed1 authored by Bao's avatar Bao
Browse files

Update settings.js

parent 21d1a195
Pipeline #3101 passed with stages
in 24 seconds
...@@ -77,11 +77,11 @@ let settings = { ...@@ -77,11 +77,11 @@ let settings = {
link: `${BASE_URL}/home/` link: `${BASE_URL}/home/`
}, },
{ {
menuText: "Biomass simulator", menuText: "biomass simulator",
link: `${BASE_URL}/biomass/` link: `${BASE_URL}/biomass/`
}, },
{ {
menuText: "Urban water demand simulator", menuText: "urban water demand simulator",
link: `${BASE_URL}/water/` link: `${BASE_URL}/water/`
} }
{ {
...@@ -89,7 +89,7 @@ let settings = { ...@@ -89,7 +89,7 @@ let settings = {
link: `${BASE_URL}/FWEADE/` link: `${BASE_URL}/FWEADE/`
} }
{ {
menuText: "Visualization", menuText: "visualization",
link: `${BASE_URL}/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