Use a single import for the brand icons (#3094)

This commit is contained in:
absidue 2023-01-20 12:00:07 +01:00 committed by GitHub
parent 590f3a6121
commit c3c63654c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -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'