Participa uppercase

This commit is contained in:
vjrj 2017-11-29 13:38:24 +01:00
parent 5ab88f7a39
commit a31f26f32b
2 changed files with 2 additions and 1 deletions

View file

@ -138,4 +138,5 @@
.participe-btn {
background-color: $todos-palette1;
color: white;
text-transform: uppercase;
}

View file

@ -112,7 +112,7 @@ class Index extends Component {
<h1 id="tcefh1" className="scale--js">{this.props.t('AppName')}</h1>
</div>
<p>Siempre alerta a los fuegos en nuestro vecindario</p>
<Link className="participe-btn btn btn-lg btn-warning" role="button" to="/signup">{this.props.t('PARTICIPA')}</Link>
<Link className="participe-btn btn btn-lg btn-warning" role="button" to="/signup">{this.props.t('Participa')}</Link>
</div>
</section>
</div>