This commit is contained in:
2023-07-26 09:40:31 +02:00
parent b485e159eb
commit e8cfd91ad6

View File

@@ -33,10 +33,10 @@ const send = async () => result.value = await reprocess(items.value, minerals.va
<thead>
<tr>
<th class="border bg-slate-200">Item</th>
<th class="border bg-slate-200">buy</th>
<th class="border bg-slate-200">buy reprocess</th>
<th class="border bg-slate-200">sell</th>
<th class="border bg-slate-200">sell reprocess</th>
<th class="border bg-slate-200">Buy</th>
<th class="border bg-slate-200">Buy reprocess</th>
<th class="border bg-slate-200">Sell</th>
<th class="border bg-slate-200">Sell reprocess</th>
</tr>
</thead>
<tbody>