themesberg / volt-react-dashboard

Free and open source React.js admin dashboard template and UI library based on Bootstrap 5
https://demo.themesberg.com/volt-react-dashboard
MIT License
917 stars 377 forks source link

FontAwesomeIcon showing up as blank square #21

Open miguel-martinr opened 2 years ago

miguel-martinr commented 2 years ago

Node version: 14.17.4 npm version: 6.14.14 Browser version: Chrome 102

Steps to reproduce

  1. Clone Volt's repo
  2. Add .env file with SKIP_PREFLIGHT_CHECK=true
  3. Install dependencies and run npm start

Transactions page example

image

biapar commented 2 years ago

I've the same problem. How to solve?

biapar commented 2 years ago

I solved. I add in the index.html in the react public folder a reference <link href="%PUBLIC_URL%/assets/css/all.css" rel="stylesheet"> Download the fontawesome-free-5.15.4-web.zip from FontAwesome web site.

Krisslk commented 12 months ago

I included this in index.html

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">