mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
misc: fix typos
This commit is contained in:
parent
1564655777
commit
7ac75f7344
1 changed files with 9 additions and 9 deletions
|
@ -141,7 +141,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-leftt monospace text-gray-700 dark:text-gray-100" id="part-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="part-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
$ <span id="part-price-usd-value"></span>
|
$ <span id="part-price-usd-value"></span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-leftt monospace text-gray-700 dark:text-gray-100" id="ltc-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="ltc-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
<span id="ltc-price-usd-value"></span>
|
<span id="ltc-price-usd-value"></span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-leftt monospace text-gray-700 dark:text-gray-100" id="firo-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="firo-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
<span id="firo-price-usd-value"></span>
|
<span id="firo-price-usd-value"></span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-leftt monospace text-gray-700 dark:text-gray-100" id="dash-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="dash-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
<span id="dash-price-usd-value"></span>
|
<span id="dash-price-usd-value"></span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -311,7 +311,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-lettt monospace text-gray-700 dark:text-gray-100" id="eth-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="eth-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
<span id="eth-price-usd-value"></span>
|
<span id="eth-price-usd-value"></span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -413,7 +413,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-start">
|
<div class="flex flex-col justify-start">
|
||||||
<p class="my-2 text-xl font-bold text-leftt monospace text-gray-700 dark:text-gray-100" id="zano-price-usd">
|
<p class="my-2 text-xl font-bold text-left monospace text-gray-700 dark:text-gray-100" id="zano-price-usd">
|
||||||
<span class="text-sm">
|
<span class="text-sm">
|
||||||
<span id="zano-price-usd-value" style="min-width: 80px;"></span>
|
<span id="zano-price-usd-value" style="min-width: 80px;"></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue