Skip to content

Commit

Permalink
Merge pull request #108 from edx/ciduarte/AA-465
Browse files Browse the repository at this point in the history
fix: remove unnecessary aria-label
  • Loading branch information
Carla Duarte authored Jan 7, 2021
2 parents 7095e79 + d66d3b7 commit a7d59a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class SiteFooter extends React.Component {
return (
<footer
role="contentinfo"
aria-label={intl.formatMessage(messages['footer.logo.ariaLabel'])}
className="footer d-flex border-top py-3 px-4"
>
<div className="container-fluid d-flex">
Expand Down
3 changes: 0 additions & 3 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

exports[`<Footer /> renders correctly renders with a language selector 1`] = `
<footer
aria-label="edX Home"
className="footer d-flex border-top py-3 px-4"
role="contentinfo"
>
Expand Down Expand Up @@ -75,7 +74,6 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `

exports[`<Footer /> renders correctly renders without a language selector 1`] = `
<footer
aria-label="edX Home"
className="footer d-flex border-top py-3 px-4"
role="contentinfo"
>
Expand Down Expand Up @@ -106,7 +104,6 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =

exports[`<Footer /> renders correctly renders without a language selector in es 1`] = `
<footer
aria-label="edX Home"
className="footer d-flex border-top py-3 px-4"
role="contentinfo"
>
Expand Down

0 comments on commit a7d59a8

Please sign in to comment.