This commit is contained in:
Oliver
2025-10-23 11:56:33 -03:00
parent 95d2c29e7d
commit 170b7e396d

View File

@@ -30,7 +30,7 @@ function createAffiliateModal() {
</div>
<div style="display:flex; gap:10px; align-items:center; margin-bottom: 15px;">
<input type="text" id="affiliateLink" readonly style="flex:1; padding:12px 15px; border:1px solid #ccc; border-radius:8px; background:#f9f9f9;">
<input type="hidden" id="affiliateLink" readonly style="flex:1; padding:12px 15px; border:1px solid #ccc; border-radius:8px; background:#f9f9f9;">
<button id="copyAffiliateLink" style="padding:12px 20px; background:#007BFF; color:#fff; border:none; border-radius:8px; cursor:pointer;">Copy</button>
</div>
</div>