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
Icons in the footer/share section of posts don't have the correct class for the i-frame. All of the "Brands" (Facebook, Twitter, G+, etc.) need to be prefixed with fab and the "Share" icon needs to be prefixed with fa
Icons in the footer/share section of posts don't have the correct class for the i-frame. All of the "Brands" (Facebook, Twitter, G+, etc.) need to be prefixed with
fab
and the "Share" icon needs to be prefixed withfa
Example:
<i class="fa-facebook" aria-hidden="true"></i>
<i class="fab fa-facebook" aria-hidden="true"></i>
The text was updated successfully, but these errors were encountered: