fix
parent
698d0a96f2
commit
fd0e428a51
|
@ -72,7 +72,7 @@
|
|||
Description
|
||||
</th>
|
||||
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
|
||||
Price (DC)
|
||||
Price
|
||||
</th>
|
||||
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
|
||||
Owned
|
||||
|
@ -94,12 +94,12 @@
|
|||
<div class="text-base font-bold">
|
||||
{{a['title']}}
|
||||
</div>
|
||||
<div class="text-sm text-gray-500 capitalize">{{a['kind']}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap">
|
||||
<div class="text-sm text-gray-400">{{a['description']}}</div>
|
||||
<div class="text-sm text-gray-500 capitalize">{{a['kind']}}</div>
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap">
|
||||
<span class="inline-flex px-1 py-0.5 text-xs text-green-900 text-shadow-light bg-green-400 font-bold leading-5 rounded">
|
||||
|
|
Loading…
Reference in New Issue