1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix typo.

This commit is contained in:
Kevin Serrano 2017-02-20 12:59:31 -08:00
parent c934f96651
commit 415b9b245c
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -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',