Skip to content

Commit

Permalink
fix: removed unnecessary h3 in footer (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored Mar 26, 2024
1 parent a589c3e commit 44a7484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItaliaTheme/Footer/FooterSmall.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const FooterSmall = () => {
return subFooterItems?.length > 0 || links.length > 0 || true ? (
<div className="it-footer-small-prints clearfix">
<Container tag="div">
<h3 className="sr-only">{intl.formatMessage(messages.goToPage)}</h3>
<ul className="it-footer-small-prints-list list-inline mb-0 d-flex flex-column flex-md-row">
{subFooterItems?.length > 0 &&
subFooterItems.map((item, index) => {
Expand Down

0 comments on commit 44a7484

Please sign in to comment.