Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

font awesome 5 fab- instead of fa- #180

Open
lingtalfi opened this issue Jun 19, 2019 · 0 comments
Open

font awesome 5 fab- instead of fa- #180

lingtalfi opened this issue Jun 19, 2019 · 0 comments

Comments

@lingtalfi
Copy link

Hi, on this page: https://lipis.github.io/bootstrap-social/, there are some snippets at the bottom, like this one:

<a class="btn btn-block btn-social btn-twitter">
    <span class="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):

<a class="btn btn-block btn-social btn-twitter">
    <span class="fab fa-twitter"></span> Sign in with Twitter
  </a>

Hope this helps.
Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant