1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

style(index): add a github icon next to the github link

This commit is contained in:
Anthony Lapenna 2016-09-23 17:07:48 +12:00
parent 37863e3f74
commit b3ba36c02a

View file

@ -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>