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