mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Change fronted instances of 23vivi to be uppercase
This commit is contained in:
parent
b8c58aa900
commit
8f3d8fafa6
@ -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>
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user