Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
fix: adds font-awesome minified style (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett authored Dec 26, 2021
1 parent 94fa608 commit 2ab4bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ReactDOM from "react-dom"
import "./index.css"
import Glimpse from "./App.js"
import reportWebVitals from "./reportWebVitals"
import "font-awesome/css/font-awesome.min.css"

ReactDOM.render(
<React.StrictMode>
Expand Down

0 comments on commit 2ab4bc5

Please sign in to comment.