show image on the view-claim screen

This commit is contained in:
2024-08-09 07:27:29 -06:00
parent c69c3a7126
commit e30e43d762
2 changed files with 6 additions and 1 deletions

View File

@@ -75,6 +75,11 @@
<fa icon="calendar" class="fa-fw text-slate-400" />
{{ veriClaim.issuedAt?.replace(/T/, " ").replace(/Z/, " UTC") }}
</div>
<div v-if="veriClaim.claim.image" class="flex justify-center">
<a :href="veriClaim.claim.image" target="_blank">
<img :src="veriClaim.claim.image" class="h-24 rounded-xl" />
</a>
</div>
<!-- Fullfills Links -->