Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(site:Footer): help links change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed May 24, 2018
1 parent fb88bda commit c361d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/public/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ class Footer extends PureComponent {
<div className="right">
<h2>帮助</h2>
<div className="help">
<div><a href="https://github.com/G-Explorer/Earth-UI">Github</a></div>
<div><a href="https://github.com/G-Explorer/earth-ui">Github</a></div>
<div><a href="https://g-explorer.slack.com">Slack 在线讨论</a></div>
<div><a href="https://github.com/G-Explorer/Earth-UI/issues/new">报告 Bug</a></div>
<div><a href="https://github.com/G-Explorer/Earth-UI/issues">讨论列表</a></div>
<div><a href="https://github.com/G-Explorer/earth-ui/issues/new">报告 Bug</a></div>
<div><a href="https://github.com/G-Explorer/earth-ui/issues">讨论列表</a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit c361d02

Please sign in to comment.