Skip to content

Commit

Permalink
fix: remove title attribute in WideImage component
Browse files Browse the repository at this point in the history
  • Loading branch information
deodorhunter committed Feb 23, 2024
1 parent aa04c9d commit 69a6bbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- L'icona per aprire il menu in mobile è ora visibile anche quando l'header del sito è bianca.
- La descrizione nelle card per i punti di contatto non mostrano più tutte le iniziali in maiuscolo.
- Il colore dei link nel menu mobile è ora accessibile per tutti i temi.
- Rimosso il title dall'immagine di apertura dei contenuti

## Versione 11.5.1 (19/02/2024)

Expand Down
1 change: 0 additions & 1 deletion src/components/ItaliaTheme/View/Commons/WideImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const WideImage = ({
fieldName={fieldName}
className={cx('', { 'full-width': fullWidth })}
alt=""
title={caption || title}
critical
loading="eager"
sizes={sizes}
Expand Down

0 comments on commit 69a6bbe

Please sign in to comment.