|
@@ -215,7 +215,7 @@
|
|
|
<div class="txt">{{ state.detail.currencySymbol }} GIVEAWAY</div>
|
|
|
<div class="coin">
|
|
|
<img :src="state.detail.currencyIconPath" alt />
|
|
|
- <font-amount :amount="state.detail.amountValue" style="color:#fff;margin-left:10px;"></font-amount>
|
|
|
+ <font-amount :amount="state.detail.amountValue" style="color:#fff;"></font-amount>
|
|
|
</div>
|
|
|
<div class="people">{{ state.detail.totalCount }} WINNERS TO SHARE</div>
|
|
|
</div>
|