From 77d1a492533d0048fa65ac4129948ad63addbe98 Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Tue, 9 Apr 2024 17:30:48 +0200 Subject: [PATCH] fix: added arrow icon to links in footerNavigation --- RELEASE.md | 1 + src/components/ItaliaTheme/Footer/FooterNavigation.jsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index fc35800db..93d6d04ab 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,6 +50,7 @@ - Sistemato il flag Mostra tipologia bandi nel blocco elenco con variazione Bandi in Evidenza - Tradotto il messaggio per Screen Reader del bottone per aprire e chiudere il menu in mobile. - Menu dropdown si chiude correttamente quando il percorso è un sottosito con un menu diverso rispetto al sito principale +- Migliorata l'accessibilità dei link nel footer. ## Versione 7.25.3 (07/03/2024) diff --git a/src/components/ItaliaTheme/Footer/FooterNavigation.jsx b/src/components/ItaliaTheme/Footer/FooterNavigation.jsx index 3675706bc..bcfb6ed7c 100644 --- a/src/components/ItaliaTheme/Footer/FooterNavigation.jsx +++ b/src/components/ItaliaTheme/Footer/FooterNavigation.jsx @@ -19,6 +19,7 @@ import { LinkListItem, } from 'design-react-kit/dist/design-react-kit'; import { SectionIcon } from 'design-comuni-plone-theme/components/ItaliaTheme'; +import { Icon } from 'design-comuni-plone-theme/components/ItaliaTheme'; import config from '@plone/volto/registry'; const messages = defineMessages({ @@ -73,6 +74,7 @@ const FooterNavigation = () => { } > {item.title} + {!config.settings.isFooterCollapsed && item.items && (