Skip to content

Commit

Permalink
Fix Font Awesome Brands style
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 12, 2024
1 parent 54abc50 commit da544a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/icon-sets/font-awesome.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{ label: 'Sharp - Regular' | t('icon-picker'), value: 'sharp:regular' },
{ label: 'Sharp - Light' | t('icon-picker'), value: 'sharp:light' },
{ label: 'Sharp - Thin' | t('icon-picker'), value: 'sharp:thin' },
{ label: 'Brands' | t('icon-picker'), value: 'brands' },
{ label: 'Brands' | t('icon-picker'), value: 'classic:brands' },
],
showAllOption: true,
values: iconSet.styles ?? '',
Expand Down

0 comments on commit da544a9

Please sign in to comment.