diff --git a/RELEASE.md b/RELEASE.md index fb1bc323f..21482dce4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -36,6 +36,10 @@ - Aggiornata nuova icona di Twitter +### Fix + +- Aggiunto titolo della sorgente per i singoli card - feed RSS + ## Versione 7.22.2 (11/10/2023) ### Fix diff --git a/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx b/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx index 0a1d5743e..82ff9b0cb 100644 --- a/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx +++ b/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx @@ -83,11 +83,11 @@ const CardWithImageRssTemplate = ({ {item.title} -
- {item?.source?.length > 0 && ( + {item?.source?.length > 0 && ( +
{item.source} - )} -
+
+ )} {item.title} -
- {item?.source?.length > 0 && ( + {item?.source?.length > 0 && ( +
{item.source} - )} -
+
+ )} {item.contentSnippet}