From 69a6bbe684dfb7d30b074bd6fe6b2b2bbb015f7b Mon Sep 17 00:00:00 2001 From: Martina Bustacchini Date: Fri, 23 Feb 2024 12:19:43 +0100 Subject: [PATCH] fix: remove title attribute in WideImage component --- RELEASE.md | 1 + src/components/ItaliaTheme/View/Commons/WideImage.jsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 48174e912..aeaa7bf1e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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) diff --git a/src/components/ItaliaTheme/View/Commons/WideImage.jsx b/src/components/ItaliaTheme/View/Commons/WideImage.jsx index f3b0821c2..ed95f0746 100644 --- a/src/components/ItaliaTheme/View/Commons/WideImage.jsx +++ b/src/components/ItaliaTheme/View/Commons/WideImage.jsx @@ -27,7 +27,6 @@ const WideImage = ({ fieldName={fieldName} className={cx('', { 'full-width': fullWidth })} alt="" - title={caption || title} critical loading="eager" sizes={sizes}