laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

Font awesome not loading correctly

Open DCox2016 opened this issue 1 year ago • 2 comments

  • Laravel CRM Version: ^0.18.1
  • PHP Version: 8.1.14

Description:

Font awesome icons not loading. image

Steps To Reproduce:

Log into the crm dashboard.

Expected result:

All icons load.

Actual result:

All fa fa-icons do not load.

DCox2016 avatar Sep 09 '23 14:09 DCox2016

npm install @fortawesome/fontawesome-free image This fixed the issue for me. Maybe this could be an approach to fix the bug

DCox2016 avatar Sep 09 '23 14:09 DCox2016

Thanks for reporting, I just realised the package is loading my premium font awesome account. Installing and using the free version will be a solution, although I will check whether it has all the icons required. I think mostly it will be ok.

andrewdrake avatar Sep 11 '23 23:09 andrewdrake