You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="btn btn-block btn-social btn-twitter"><spanclass="fa fa-twitter"></span> Sign in with Twitter
</a>
This won't work with the latest version of fontawesome, since they have moved their social icons to a "brand" category. The new code should be the following (just replace the first fa with fab):
<aclass="btn btn-block btn-social btn-twitter"><spanclass="fab fa-twitter"></span> Sign in with Twitter
</a>
Hope this helps.
Cheers.
The text was updated successfully, but these errors were encountered:
Hi, on this page: https://lipis.github.io/bootstrap-social/, there are some snippets at the bottom, like this one:
This won't work with the latest version of fontawesome, since they have moved their social icons to a "brand" category. The new code should be the following (just replace the first fa with fab):
Hope this helps.
Cheers.
The text was updated successfully, but these errors were encountered: