change icon for detail view (from circle-info to file-lines)

This commit is contained in:
2024-03-23 19:07:53 -06:00
parent 9b183a4b6c
commit 214a264179
4 changed files with 6 additions and 6 deletions

View File

@@ -207,7 +207,7 @@
{{ giveDescription(record) }}
<a @click="onClickLoadClaim(record.jwtId)">
<fa
icon="circle-info"
icon="file-lines"
class="pl-2 text-blue-500 cursor-pointer"
></fa>
</a>