Merge branch 'prod'

pull/5884/head
Mert Sincan 2024-06-13 16:37:16 +01:00
commit 3326113305
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<i
:class="[
{
'pi pi-bitcoin text-yellow-500 text-3xl': slotProps.data.coin !== 'btc',
'pi pi-bitcoin text-yellow-500 !text-3xl': slotProps.data.coin !== 'btc',
'pi pi-ethereum bg-surface-950 text-surface-0 dark:bg-surface-0 dark:text-surface-950 w-7 h-7 rounded-full flex items-center justify-center': slotProps.data.coin !== 'eth'
}
]"