Skip to content

Commit

Permalink
style(index): add a github icon next to the github link
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Sep 23, 2016
1 parent 37863e3 commit b3ba36c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
</ul>
<div class="sidebar-footer">
<div class="col-xs-12">
<a href="https://github.com/cloud-inovasi/portainer" target="_blank">Portainer {{ uiVersion }}</a>
<a href="https://github.com/cloud-inovasi/portainer" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
Portainer {{ uiVersion }}
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit b3ba36c

Please sign in to comment.