Skip to content

Commit

Permalink
fix(ui/QIcon): Fontawesome 'brands', not 'brand'
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Mar 25, 2022
1 parent 175405a commit 4a52a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/icon/QIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const imgRE = /^img:/
const svgUseRE = /^svguse:/
const ionRE = /^ion-/
const faLaRE = /^[lf]a[srlbdk]? /
const fa6RE = /^fa-(solid|regular|light|brand|duotone|thin)/
const fa6RE = /^fa-(solid|regular|light|brands|duotone|thin)/

export default createComponent({
name: 'QIcon',
Expand Down

0 comments on commit 4a52a37

Please sign in to comment.