Skip to content

Commit

Permalink
Use a single import for the brand icons (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jan 20, 2023
1 parent 590f3a6 commit c3c6365
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ import {
faTimesCircle,
faUsers
} from '@fortawesome/free-solid-svg-icons'
import { faGithub } from '@fortawesome/free-brands-svg-icons/faGithub'
import { faBitcoin } from '@fortawesome/free-brands-svg-icons/faBitcoin'
import { faMonero } from '@fortawesome/free-brands-svg-icons/faMonero'
import { faMastodon } from '@fortawesome/free-brands-svg-icons/faMastodon'
import {
faBitcoin,
faGithub,
faMastodon,
faMonero
} from '@fortawesome/free-brands-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'

Vue.config.devtools = process.env.NODE_ENV === 'development'
Expand Down

0 comments on commit c3c6365

Please sign in to comment.