blackburn icon indicating copy to clipboard operation
blackburn copied to clipboard

Icons in share.html have the incorrect class name

Open AlexBurkey opened this issue 4 years ago • 3 comments

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

Example: <i class="fa-facebook" aria-hidden="true"></i> <i class="fab fa-facebook" aria-hidden="true"></i>

image image

AlexBurkey avatar Jun 17 '20 00:06 AlexBurkey

Existing PR to fix: #101

AlexBurkey avatar Jun 17 '20 00:06 AlexBurkey

This is fixed in #110 which has been merged.

Tristor avatar Feb 07 '21 18:02 Tristor

@AlexBurkey maybe you can check this issue again?

dwy6626 avatar Aug 06 '21 16:08 dwy6626