Merge pull request #54 from ascribe/AD-1481-change-23vivi-name-to-uppercase

Change frontend instances of 23vivi to be uppercase
This commit is contained in:
Brett Sun 2015-12-08 13:24:31 +01:00
commit 847b59366c
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ let Vivi23Landing = React.createClass({
}, },
componentWillMount() { componentWillMount() {
setDocumentTitle('23vivi Marketplace'); setDocumentTitle('23VIVI Marketplace');
}, },
componentDidMount() { componentDidMount() {
@ -42,7 +42,7 @@ let Vivi23Landing = React.createClass({
<div className="row vivi23-landing--header"> <div className="row vivi23-landing--header">
<img className="vivi23-landing--header-logo" src={this.state.whitelabel.logo} /> <img className="vivi23-landing--header-logo" src={this.state.whitelabel.logo} />
<div> <div>
{getLangText('Artwork from the 23vivi Marketplace is powered by') + ' '} {getLangText('Artwork from the 23VIVI Marketplace is powered by') + ' '}
<span className="icon-ascribe-logo" /> <span className="icon-ascribe-logo" />
</div> </div>
</div> </div>

View File

@ -60,7 +60,7 @@ const constants = {
}, },
{ {
'subdomain': '23vivi', 'subdomain': '23vivi',
'name': '23vivi', 'name': '23VIVI',
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/23vivi/23vivi-logo.png', 'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/23vivi/23vivi-logo.png',
'permissions': ['register', 'edit', 'share', 'del_from_collection'], 'permissions': ['register', 'edit', 'share', 'del_from_collection'],
'type': 'wallet' 'type': 'wallet'