Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
修改 fa fa-github 为 fab fa-github (#1692)
Browse files Browse the repository at this point in the history
由于 fa-github 图标 并不在 fa class 下 而在 fab class下
导致 fa-github 图标得不到显示 所以修改为 fab
  • Loading branch information
triptips-top authored and mclark4386 committed Jun 14, 2019
1 parent a0920c4 commit f1ab68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genny/newapp/web/templates/templates/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col-md-9 col-sm-9 col-xs-10 titles">
<h1><%= t("welcome_greeting") %></h1>
<h2>
<a href="https://github.com/gobuffalo/buffalo"><i class="fa fa-github" aria-hidden="true"></i> https://github.com/gobuffalo/buffalo</a>
<a href="https://github.com/gobuffalo/buffalo"><i class="fab fa-github" aria-hidden="true"></i> https://github.com/gobuffalo/buffalo</a>
</h2>
<h2 class="documentation">
<a href="http://gobuffalo.io/"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a>
Expand Down

0 comments on commit f1ab68f

Please sign in to comment.