Skip to content

Commit 55c2af6

Browse files
author
Mike Taylor
authored
Merge pull request #2486 from patrickhlauke/patch-1
No issue. Fix typo in footer SVG markup Follow-up to #2484.
2 parents 35deee4 + 44d7a9a commit 55c2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/templates/shared/footer.html

Lines changed: 1 addition & 1 deletion
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)