feat(navigation): no hardcoded datacenter

This commit is contained in:
Sérgio Ramos 2018-03-27 15:39:46 +01:00
parent 281f9ef60e
commit 39d4e0b853
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "my-joy-navigation",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"license": "MPL-2.0",
"main": "lib/index.js",

View File

@ -77,7 +77,7 @@ const Navigation = ({
<HeaderItemContent>
<HeaderItemSubContent>Data Center:</HeaderItemSubContent>
<HeaderSpace />
<span>us-east-1</span>
<span>{datacenter}</span>
</HeaderItemContent>
<HeaderItemIcon>
<DataCenterIcon light />