Skip to content

Commit

Permalink
fix: added arrow icon to links in footerNavigation
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Apr 9, 2024
1 parent 0674d8b commit 77d1a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions src/components/ItaliaTheme/Footer/FooterNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -73,6 +74,7 @@ const FooterNavigation = () => {
}
>
{item.title}
<Icon icon="it-arrow-right" color="white" />
</Link>
</h4>
{!config.settings.isFooterCollapsed && item.items && (
Expand Down

0 comments on commit 77d1a49

Please sign in to comment.