Skip to content

Commit

Permalink
fix: unnecessary footer h3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Oct 11, 2023
1 parent 98031d5 commit a3c2b4e
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 a3c2b4e

Please sign in to comment.