Skip to content

Commit 44d7a9a

Browse files
Typo in footer SVG markup
Follow-up to webcompat#2484 due to a silly typo... r? @miketaylr
1 parent 8b7e8c7 commit 44d7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/templates/shared/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<ul class="grid-cell x1 footer-sub-icons">
7575
<li class="footer-icon icon-twitter">
7676
<a class="footer-item-link" aria-label="open Twitter in a new tab" href="https://twitter.com/webcompat/with_replies" target="_blank">
77-
<svg class="icon" role="presentation" viewBox="0 0 30 30 aria-hidden="true"">
77+
<svg class="icon" role="presentation" viewBox="0 0 30 30" aria-hidden="true">
7878
<use xlink:href="#svg-twitter" />
7979
</svg>
8080
</a>

0 commit comments

Comments
 (0)