We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920a1a commit 361660fCopy full SHA for 361660f
index.html
@@ -147,7 +147,7 @@ <h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插
147
intro.innerText = '一個基於 Github Issue 和 Preact 開發的評論插件';
148
beginBtn.innerText = '開始使用';
149
} else if (!~language.indexOf('zh')) {
150
- intro.innerText = 'A comment plugin base on Github Issue and Preact';
+ intro.innerText = 'A modern comment component based on Github Issue and Preact';
151
beginBtn.innerText = 'GET STARTED';
152
demo.innerText = 'Demo';
153
}
0 commit comments