bootstrap-social icon indicating copy to clipboard operation
bootstrap-social copied to clipboard

A problem that might caused by bootstrap4 and fontawesome5

Open dolare opened this issue 7 years ago • 2 comments

Hello,

Today I am trying to use linkedin button, following is the code:

Sign in with LinkedIn

There are two linkedin buttons appeared. image

Other buttons like windows or google works well.

Is there conflict between bootstrap4 and fontawesome5?

Thanks.

dolare avatar Jan 09 '18 17:01 dolare

The code is here: <b-col cols="12" class="login-panel_form_social_item"> <a class="btn btn-block btn-social btn-linkedin"> <span class="fa fa-linkedin"></span> with LinkedIn Account </a> </b-col>

dolare avatar Jan 10 '18 16:01 dolare

for font awesome 5 see this: https://github.com/lipis/bootstrap-social/issues/166 Not tested with bootstrap 4

florisvdk avatar Jan 11 '18 15:01 florisvdk