privateuserh commited on
Commit
3a54fae
·
verified ·
1 Parent(s): 45ac626

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -105,9 +105,9 @@
105
  <div id="pointsResult" class="bg-gray-50 p-4 rounded-lg text-center mb-4"></div>
106
  <p class="text-xs text-gray-500 italic mb-4">Points represented by our project's BRC-20 or Bitcoin Cash (CHIP) tokens. 1:1 Ratio</p>
107
  <div class="border-t pt-3">
108
- <div class="flex justify-between items-center text-xs text-gray-700"><span><i class="fab fa-bitcoin text-orange-500"></i> BTC</span><span class="font-mono">$69,420.00</span></div>
109
- <div class="flex justify-between items-center text-xs text-gray-700 mt-1"><span><i class="fa-brands fa-btc text-green-500"></i> BCH</span><span class="font-mono">$450.50</span></div>
110
- <div class="flex justify-between items-center text-xs text-gray-700 mt-1"><span><i class="fas fa-atom text-blue-500"></i> CUSTOM</span><span class="font-mono">$1.00</span></div>
111
  </div>
112
  </div>
113
 
 
105
  <div id="pointsResult" class="bg-gray-50 p-4 rounded-lg text-center mb-4"></div>
106
  <p class="text-xs text-gray-500 italic mb-4">Points represented by our project's BRC-20 or Bitcoin Cash (CHIP) tokens. 1:1 Ratio</p>
107
  <div class="border-t pt-3">
108
+ <div class="flex justify-between items-center text-xs text-gray-700"><span><i class="fab fa-bitcoin text-orange-500"></i> BTC</span><span class="font-mono"></span></div>
109
+ <div class="flex justify-between items-center text-xs text-gray-700 mt-1"><span><i class="fa-brands fa-btc text-green-500"></i> BCH</span><span class="font-mono"></span></div>
110
+ <div class="flex justify-between items-center text-xs text-gray-700 mt-1"><span><i class="fas fa-atom text-blue-500"></i> CUSTOM</span><span class="font-mono"></span></div>
111
  </div>
112
  </div>
113