From d3f31e39df17d295f624b81aaf5e2119fd863ef5 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 25 Jun 2018 13:53:37 +0800 Subject: [PATCH] update Notice Icons --- src/components/notice/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/notice/index.js b/src/components/notice/index.js index 64fa848..e4c23cb 100644 --- a/src/components/notice/index.js +++ b/src/components/notice/index.js @@ -57,11 +57,12 @@ function notice (type, options) { `; } else { const iconType = iconTypes[type]; + const outlineIcon = with_desc === '' ? '' : '-outline'; withIcon = true; content = `
- +
${title}
${desc}
-- libgit2 0.21.4