create bitton

This commit is contained in:
Madara0330E
2024-02-20 20:04:45 +03:00
parent f145c085da
commit e390e8dcf7
4 changed files with 45 additions and 4 deletions

View File

@@ -159,7 +159,7 @@
<p>Designer</p>
</div>
<div class="CLARFFY_icons">
<a href="https://t.me/poko084" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
<a href="https://t.me/LDpoko" target="_blank" ><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
<a href="https://discordapp.com/users/784873585852284938" target="_blank" ><img src="@/assets/icons-developcard/discord.png" alt=""></a>
</div>
</div>

View File

@@ -38,8 +38,11 @@
</div>
<div class="deposit-promocode deposit-promocode__padding--input">
<h3>Промокод</h3>
<div class="promokods">
<input @focusout="checkValidationPromocode" v-model="promocode" class="promo-input" type="text" />
<button class="vvod_promocoda">Ввод</button>
</div>
</div>
<div class="error-checkbox" v-if="errorAgree">
<h2>Подтвердите согласие!</h2>
</div>