change 'fa' to 'font-awesome'

This commit is contained in:
2025-03-24 19:29:01 -06:00
parent 6301992332
commit cd8aaec708
2 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@
</template>
<!-- Unknown Person -->
<template v-else>
<fa
<font-awesome
icon="person-circle-question"
class="text-slate-300 text-[3rem] sm:text-[4rem]"
/>
@@ -91,7 +91,7 @@
</template>
</div>
<div class="text-xs mt-2 line-clamp-3 sm:line-clamp-2">
<fa
<font-awesome
:icon="record.providerPlanName ? 'building' : 'user'"
class="fa-fw text-slate-400"
/>
@@ -152,7 +152,7 @@
</template>
<!-- Unknown Person -->
<template v-else>
<fa
<font-awesome
icon="person-circle-question"
class="text-slate-300 text-[3rem] sm:text-[4rem]"
/>
@@ -160,7 +160,7 @@
</template>
</div>
<div class="text-xs mt-2 line-clamp-3 sm:line-clamp-2">
<fa
<font-awesome
:icon="record.recipientProjectName ? 'building' : 'user'"
class="fa-fw text-slate-400"
/>
@@ -182,7 +182,7 @@
class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 sm:px-4 py-1 sm:py-2"
>
<a class="cursor-pointer" @click="$emit('loadClaim', record.jwtId)">
<fa icon="circle-info" class="fa-fw text-slate-500" />
<font-awesome icon="circle-info" class="fa-fw text-slate-500" />
</a>
</div>
</li>