This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from 'react'
2- // This ensures that the icon CSS is loaded immediately before attempting to render icons
3- import '@fortawesome/fontawesome-svg-core/styles.css'
4- import { config } from '@fortawesome/fontawesome-svg-core'
5- // Prevent fontawesome from dynamically adding its css since we did it manually above
6- config . autoAddCss = false
72import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
83import { faExternalLinkAlt , faFilePdf } from '@fortawesome/free-solid-svg-icons'
94import { faMeetup } from '@fortawesome/free-brands-svg-icons'
Original file line number Diff line number Diff line change 11import React , { useState } from 'react'
2- // This ensures that the icon CSS is loaded immediately before attempting to render icons
3- import '@fortawesome/fontawesome-svg-core/styles.css'
4- import { config } from '@fortawesome/fontawesome-svg-core'
5- // Prevent fontawesome from dynamically adding its css since we did it manually above
6- config . autoAddCss = false
72import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
83import { faBars , faTimes } from '@fortawesome/free-solid-svg-icons'
94import { navigate } from 'gatsby'
You can’t perform that action at this time.
0 commit comments