Remove bad role attribute
This commit is contained in:
parent
f83784e033
commit
e28a92848d
@ -6,8 +6,7 @@ module.exports = function(state) {
|
|||||||
<div class="legalSection">
|
<div class="legalSection">
|
||||||
<a
|
<a
|
||||||
href="https://www.mozilla.org"
|
href="https://www.mozilla.org"
|
||||||
class="legalSection__link"
|
class="legalSection__link">
|
||||||
role="presentation">
|
|
||||||
<img
|
<img
|
||||||
class="legalSection__mozLogo"
|
class="legalSection__mozLogo"
|
||||||
src="${assets.get('mozilla-logo.svg')}"
|
src="${assets.get('mozilla-logo.svg')}"
|
||||||
@ -43,8 +42,7 @@ module.exports = function(state) {
|
|||||||
<div class="socialSection">
|
<div class="socialSection">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/mozilla/send"
|
href="https://github.com/mozilla/send"
|
||||||
class="socialSection__link"
|
class="socialSection__link">
|
||||||
role="presentation">
|
|
||||||
<img
|
<img
|
||||||
class="socialSection__icon"
|
class="socialSection__icon"
|
||||||
src="${assets.get('github-icon.svg')}"
|
src="${assets.get('github-icon.svg')}"
|
||||||
@ -52,8 +50,7 @@ module.exports = function(state) {
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/FxTestPilot"
|
href="https://twitter.com/FxTestPilot"
|
||||||
class="socialSection__link"
|
class="socialSection__link">
|
||||||
role="presentation">
|
|
||||||
<img
|
<img
|
||||||
class="socialSection__icon"
|
class="socialSection__icon"
|
||||||
src="${assets.get('twitter-icon.svg')}"
|
src="${assets.get('twitter-icon.svg')}"
|
||||||
|
Loading…
Reference in New Issue
Block a user