-1
Hello, I would like my html 'i' to turn a button, because from it I want to call a modal, I want to use an 'i' because I want to put the facebook icon, I tried to put inside the button, but did not hit the design I want.
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#facebookModal">
<i class="fab fa-facebook"></i>
</button>
I wish you had just the 'i' and from it called the modal.