This commit is contained in:
Oliver
2025-10-23 12:00:30 -03:00
parent 0e624c3dd4
commit 1035e0207f
2 changed files with 3 additions and 3 deletions

View File

@@ -21,11 +21,11 @@ function createAffiliateModal() {
<h2 style="margin-bottom: 15px; font-size: 24px; color: #333;">Affiliate Builder</h2>
<div style="margin-bottom: 15px;">
<label style="display:block; margin-bottom:5px; color:#555;">Your affiliate code:</label>
<label style="display:block; margin-bottom:5px; color:#555;">Your affiliate code provided by us:</label>
<input type="text" id="affiliateCode" placeholder="Enter code" style="width:100%; padding:12px 15px; border:1px solid #ccc; border-radius:8px;">
</div>
<div style="margin-bottom: 15px;">
<label style="display:block; margin-bottom:5px; color:#555;">Your affiliate campaign:</label>
<label style="display:block; margin-bottom:5px; color:#555;">For your reference your campaign name:</label>
<input type="text" id="affiliateCampaign" placeholder="Enter campaign" style="width:100%; padding:12px 15px; border:1px solid #ccc; border-radius:8px;">
</div>