Skip to content

Commit

Permalink
Merge pull request #2048 from alphagov/back-to-top-fixes
Browse files Browse the repository at this point in the history
Update back-to-top SVG arrow attributes
  • Loading branch information
AlanGabbianelli authored Mar 17, 2021
2 parents a7fd691 + d2af8ab commit bd1e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_back-to-top.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%>
<a class="govuk-link app-c-back-to-top dont-print"
href="<%= href %>">
<svg class="app-c-back-to-top__icon" xmlns="http://www.w3.org/2000/svg" width="13" height="17" viewBox="0 0 13 17">
<svg class="app-c-back-to-top__icon" xmlns="http://www.w3.org/2000/svg" width="13" height="17" viewBox="0 0 13 17" aria-hidden="true" focusable="false">
<path fill="currentColor" d="M6.5 0L0 6.5 1.4 8l4-4v12.7h2V4l4.3 4L13 6.4z"/>
</svg>
<%= text %>
Expand Down

0 comments on commit bd1e85a

Please sign in to comment.