feature/default_network_editable
Kevin Serrano 8 years ago
parent c934f96651
commit 415b9b245c
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 4
      ui/app/components/notice.js

@ -18,7 +18,7 @@ Notice.prototype.render = function () {
return (
h('.flex-column.flex-center.flex-grow', [
h('h3.flex-center.text-transform-uppercacse.terms-header', {
h('h3.flex-center.text-transform-uppercase.terms-header', {
style: {
background: '#EBEBEB',
color: '#AEAEAE',
@ -31,7 +31,7 @@ Notice.prototype.render = function () {
title,
]),
h('h5.flex-center.text-transform-uppercacse.terms-header', {
h('h5.flex-center.text-transform-uppercase.terms-header', {
style: {
background: '#EBEBEB',
color: '#AEAEAE',

Loading…
Cancel
Save