Skip to content

Commit

Permalink
fix: removed unnecessary h3 in footer (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Oct 13, 2023
1 parent e4d1db1 commit de2a9c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ItaliaTheme/Footer/FooterSmall.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ const FooterSmall = () => {
return subFooterItems?.length > 0 || links.length > 0 || true ? (
<div className="it-footer-small-prints clearfix">
<Container tag="div">
<h3 className="visually-hidden">
{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 de2a9c1

Please sign in to comment.