Skip to content

Commit a920a1a

Browse files
committed
update Github -> GITHUB
1 parent d4ae476 commit a920a1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ <h1>
115115
</h1>
116116
</div>
117117

118-
<h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插件</h2>
118+
<h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插件</h2>
119119
<div class="hero-buttons">
120120
<a href="https://github.com/gitalk/gitalk#install" class="btn-begin">开始使用</a>
121-
<a href="https://github.com/gitalk/gitalk" class="btn-github">Github</a>
121+
<a href="https://github.com/gitalk/gitalk" class="btn-github">GITHUB</a>
122122
</div>
123123
</div>
124124
<p class="demo-title">
@@ -144,7 +144,7 @@ <h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插
144144
var beginBtn = document.getElementsByClassName('btn-begin')[0];
145145
var demo = document.getElementsByClassName('demo')[0];
146146
if (language === 'zh-TW') {
147-
intro.innerText = '一個基於 Github Issue 和 Preact 開發的評論插件';
147+
intro.innerText = '一個基於 Github Issue 和 Preact 開發的評論插件';
148148
beginBtn.innerText = '開始使用';
149149
} else if (!~language.indexOf('zh')) {
150150
intro.innerText = 'A comment plugin base on Github Issue and Preact';

0 commit comments

Comments
 (0)