Participa uppercase
This commit is contained in:
parent
5ab88f7a39
commit
a31f26f32b
2 changed files with 2 additions and 1 deletions
|
|
@ -138,4 +138,5 @@
|
|||
.participe-btn {
|
||||
background-color: $todos-palette1;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue