Archived
1
0
Fork 0

app/view/* change to font awesome icon names.

This commit is contained in:
Henrik Hautakoski 2018-04-11 20:44:41 +02:00
parent 023bead0d9
commit 8a18d56b5f
6 changed files with 20 additions and 22 deletions

View file

@ -31,15 +31,15 @@
<div class="oauth">
<a class="button button-github" href="{{ url(['for': 'oauth', 'strategy': 'github']) }}">
{{ icon('social-github') }} GitHub
{{ icon('brand/github') }} GitHub
</a>
<a class="button button-google" href="{{ url(['for': 'oauth', 'strategy': 'google']) }}">
{{ icon('social-google') }} Google
{{ icon('brand/google') }} Google
</a>
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
Gitlab
{{ icon('brand/gitlab') }} Gitlab
</a>
</div>
</div>