Skip to content

Commit

Permalink
fix: font awesome bug (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Feb 5, 2024
1 parent 1bb23d9 commit bb0fcdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { AuthProvider } from "@context/Auth";
import Header from "@components/Header";
import { config } from "@fortawesome/fontawesome-svg-core";
import "@fortawesome/fontawesome-svg-core/styles.css";
config.autoAddCss = false;

import "../styles/globals.css";

Expand Down

0 comments on commit bb0fcdb

Please sign in to comment.