From a5024aa372c34964a46810b112667ec6a8e389f1 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 16 Dec 2016 13:40:32 -0800 Subject: Clean up first notice Remove redundant title from notice component. Make link color the same orange as the rest of the UI. --- ui/app/notice.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/app/notice.js b/ui/app/notice.js index 0b59ebef8..3c2c746f2 100644 --- a/ui/app/notice.js +++ b/ui/app/notice.js @@ -76,7 +76,7 @@ Notice.prototype.render = function () { } .markdown a { - color: blue; + color: #df6b0e; } `), @@ -91,7 +91,6 @@ Notice.prototype.render = function () { scroll: 'auto', }, }, [ - `${props.lastUnreadNotice.title}`, h(ReactMarkdown, { source: props.lastUnreadNotice.body, skipHtml: true, -- cgit v1.2.3