mirror of https://github.com/status-im/consul.git
ui: Bump footer date (#5279)
This commit is contained in:
parent
80325189fc
commit
acee937f69
|
@ -61,7 +61,7 @@ module.exports = function(environment) {
|
||||||
})(),
|
})(),
|
||||||
CONSUL_DOCUMENTATION_URL: 'https://www.consul.io/docs',
|
CONSUL_DOCUMENTATION_URL: 'https://www.consul.io/docs',
|
||||||
CONSUL_COPYRIGHT_URL: 'https://www.hashicorp.com',
|
CONSUL_COPYRIGHT_URL: 'https://www.hashicorp.com',
|
||||||
CONSUL_COPYRIGHT_YEAR: '2018',
|
CONSUL_COPYRIGHT_YEAR: '2019',
|
||||||
});
|
});
|
||||||
|
|
||||||
if (environment === 'development') {
|
if (environment === 'development') {
|
||||||
|
|
Loading…
Reference in New Issue