Skip to content

Commit

Permalink
fix: changed classname into visually-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jan 9, 2024
1 parent 8edf259 commit 01f9748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/MegaMenu/MegaMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const MegaMenu = ({ item, pathname }) => {
>
<span dangerouslySetInnerHTML={{ __html: item.title }}></span>
{isItemActive && (
<span className="sr-only">
<span className="visually-hidden">
{intl.formatMessage(messages.menu_selected)}
</span>
)}
Expand Down

0 comments on commit 01f9748

Please sign in to comment.