Skip to content

Commit

Permalink
Remove arrow on edit this page button
Browse files Browse the repository at this point in the history
  • Loading branch information
btat committed Mar 2, 2022
1 parent 65126d1 commit beaf9ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions layouts/partials/page-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">
<button class="button">
<span>Edit this page</span>
<svg class="icon right" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
<g>
<path class="svg-linear" d="m19.5 12 5 5-5 5"></path>
<path class="svg-linear" d="m24.5 17h-15"></path>
</g>
</svg>

</button>
</a>
</div>

0 comments on commit beaf9ca

Please sign in to comment.