Merge pull request #3924 from btat/icon-fix

Remove arrow on edit this page button
This commit is contained in:
Billy Tat
2022-03-02 15:06:31 -08:00
committed by GitHub
+1 -6
View File
@@ -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>