added logo to the transaction service

This commit is contained in:
Čarodej
2021-11-25 07:03:01 +01:00
parent 9503ecbd79
commit 4e069b98f6
28 changed files with 79 additions and 140 deletions

View File

@@ -30,9 +30,7 @@
</span>
</td>
<td class="text-right">
<span class="text-sm font-bold w-full">
{{ row.data.attributes.driver }}
</span>
<img class="inline-block max-h-5" :src="$getPaymentLogo(row.data.attributes.driver)" :alt="row.data.attributes.driver">
</td>
</tr>
</template>