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 4ad4cab25e
commit be2154f847
4 changed files with 6 additions and 6 deletions

View File

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