update: rollback tx_response.code to span

Signed-off-by: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz>
This commit is contained in:
Salman Wahib 2023-05-16 23:25:52 +00:00
parent fb028faeb1
commit 8cfad17080

View File

@ -55,12 +55,12 @@ const messages = computed(() => {
tx.tx_response.code === 0 ? 'success' : 'error'
}`"
>
<VCard
<span
class="inset-x-0 inset-y-0 opacity-10 absolute"
:class="`bg-${
tx.tx_response.code === 0 ? 'success' : 'error'
}`"
></VCard>
></span>
{{ tx.tx_response.code === 0 ? 'Success' : 'Failded' }}
</div>
</td>