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

@@ -36,7 +36,7 @@
<form action="{{ ss.getDeleteURL() }}" method="POST" class="col-auto text-right" role="form">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<a class="btn btn-sm btn-primary" href="{{ ss.getEditURL() }}">
<i class="fas fa-edit"></i>
<i class="fas fa-pen"></i>
</a>
<button type="submit" class="btn btn-sm btn-danger ml-2">
<i class="fas fa-trash"></i>