Closed JKSTAFF closed 6 years ago
Hi @Dedsic,
You may have a typo for the following line:
<i class="fas fa-comments"></i>
Can you remove the s
within fas
. So it should look like:
<i class="fa fa-comments"></i>
This project still uses font-awesome icon pack 4, I believe font-awesome has upgraded to 5 recently which is why you have the fas
. I'll put in a ticket for me to update that soon. Let me know if that fixes your issue in the meantime!
Going to close this issue, feel free to reopen if you still run into any problems!
For example I add a commet link like this
And I don't get any icon shown. Any way to solve that ? Thank you for coding and watching this issue.