Changed back-to-top icon to chevron-up in solid
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-24 15:44:21 +01:00
parent 1d55439c73
commit f1fcaba7eb

View File

@ -36,7 +36,7 @@
<button id="back-to-top"
class="btn btn-primary btn-lg"
title="Click to return to the start of the page" data-toggle="tooltip" data-placement="left">
<span class="far fa-chevron-square-up"></span>
<span class="fas fa-chevron-up"></span>
</button>
</div>
{% include footer.html %}