revert fateCount

pull/1/head
Suzuka Asagiri 2022-11-03 21:36:09 +09:00 committed by Made Baruna
parent c31ef3bde3
commit 5cc477ad2b
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
<div class="mb-1 rounded-xl border-background border p-2">
<div class="flex flex-row items-center mb-1">
<img src={value.image} alt={value.name} class="w-6 mr-2" />
<p class="text-white">{$t(value.name)}</p>
<p class="text-white">{value.name}</p>
</div>
<div class="flex flex-row items-center">
<div class="w-full">
@ -155,7 +155,7 @@
<td class="border-t border-gray-700 text-white pr-2">
<span class="inline-flex align-middle">
{#if res.image !== null}<img src={res.image} alt={res.name} class="w-6 h-6 mr-2" />{/if}
<p class="text-white">{$t(res.name)}</p>
<p class="text-white">{res.name}</p>
</span>
</td>
<td class="border-t border-gray-700 text-white pr-2 text-center">