aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/notice.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/notice.js b/ui/app/components/notice.js
index 00db734d7..450fb7879 100644
--- a/ui/app/components/notice.js
+++ b/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',