Skip to content

Commit

Permalink
fix: restore missing IconWidget and FontawesomeIcons (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
deodorhunter and pnicolli authored Oct 13, 2023
1 parent f6e9c35 commit fcd942c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- Cambiato il colore del bordo dell'icona Ricerca nell'header dei sottositi per garantire il contrasto per accessibilità
- Non mostrare la fascia colorata del footer di un sottosito quando questo non è compilato
- Risolto un bug nel componente Object Browser che permetteva di selezionare più elementi di quelli consentiti
- Alcune icone mancanti nel widget icone fontawesome sono state rese nuovamente visibili

## Versione 8.7.8 (12/10/2023)

Expand Down
2 changes: 1 addition & 1 deletion src/helpers/IconWidget/IconAliasHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export const fontAwesomeAliases = {
'pencil-paintbrush': 'pen-paintbrush',
'pencil-ruler': 'pen-ruler',
pennant: 'flag-pennant',
'people-arrows': 'people-arrows-left-right',
'people-arrows': 'people-arrows',
'people-carry': 'people-carry-box',
percentage: 'percent',
'person-carry': 'person-carry-box',
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/IconWidget/IconWidgetHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const defaultIconWidgetOptions = [
['bus', 'Trasporto'],
['heart', 'Matrimonio'],
['person-booth', 'Procedura elettorale e voto'],
['masks-theater ', 'Tempo libero'],
['masks-theater', 'Tempo libero'],
['book', 'Cultura'],
['passport', 'Immigrazione'],
['smog', 'Inquinamento'],
Expand Down

0 comments on commit fcd942c

Please sign in to comment.