remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 16:05:32 -06:00
parent fb4ea96ef2
commit d615878b35
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
<div class="text-sm text-gray-700">{{a['description']}}</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-1 py-0.5 text-xs text-yellow-900 text-shadow-light bg-yellow-400 font-bold leading-5 rounded">
<span class="inline-flex items-center px-1 py-0.5 text-xs text-red-900 text-shadow-light bg-red-400 font-bold leading-5 rounded">
<img src="https://i.ibb.co/xFgG6yf/Coinfixed.gif" width="14px" height="10px" class="object-contain mr-1" alt="dramacoin icon"/>
{{a['price']}}
</span>
@ -118,7 +118,7 @@
</td>
{% set kind = a['kind'] %}
<td class="px-6 py-4 whitespace-nowrap flex justify-end text-sm">
<button class="block px-4 py-2 bg-gradient-to-t from-red-700 to-red-600 hover:from-red-600 hover:to-red-700 active:shadow-inner border border-red-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-300 focus:text-gray-500 focus:outline-none {% if v.coins < a['price'] %}disabled{% endif %}" onclick="post_toast('/buy/{{kind}}')">
<button class="block px-4 py-2 bg-gradient-to-t from-green-700 to-green-600 hover:from-green-600 hover:to-green-700 active:shadow-inner border border-green-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-300 focus:text-gray-500 focus:outline-none {% if v.coins < a['price'] %}disabled{% endif %}" onclick="post_toast('/buy/{{kind}}')">
Buy
</button>
{% if v.procoins and a['price'] < 3600 %}