Use pen icon instead of edit

This commit is contained in:
rubenwardy
2021-02-28 05:16:15 +00:00
parent f9089319d3
commit aead579f0b
6 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
{% if current_user == review.author %}
<a class="btn btn-primary btn-sm ml-1 float-right"
href="{{ review.package.getReviewURL() }}">
<i class="fas fa-edit"></i>
<i class="fas fa-pen"></i>
</a>
{% endif %}