Reword /start steps for the wallet-connect join flow + dApp fallback link
Steps 4-6 rewritten for /join-now (connect wallet, sponsor auto-assigned, review+sign, land on dashboard, introduce yourself) instead of the old official- dApp instructions; step 1 now mentions Trust Wallet. Added a small secondary 'official RM Circle dApp' fallback link under the join button (carries the current sponsor's referral URL) for robustness — primary path stays /join-now. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@ async function load(){
|
||||
document.getElementById('entryPol').textContent=c.premiumEntryPol;
|
||||
document.getElementById('entryPol2').textContent=c.premiumEntryPol;
|
||||
document.getElementById('joinButton').href='/join-now';
|
||||
{const dl=document.getElementById('dappJoinLink');if(dl&¤tSponsor.referralUrl){dl.href=currentSponsor.referralUrl;dl.classList.remove('hidden');}}
|
||||
document.getElementById('queueText').textContent=c.showQueueProgress?`${s.waitingCount} team placement${s.waitingCount===1?'':'s'} waiting behind the current sponsor.`:'';
|
||||
document.getElementById('supportBox').textContent=c.supportLabel||'Contact your team sponsor if you need help before joining.';
|
||||
if(c.telegramUrl){const w=document.getElementById('supportLinkWrap'),a=document.getElementById('supportLink');a.href=c.telegramUrl;w.classList.remove('hidden')}
|
||||
|
||||
Reference in New Issue
Block a user