how-pay-works: What each level opens up scaling table (illustration, not a promise) + dashboard link

This commit is contained in:
martbost
2026-08-26 06:00:31 -05:00
parent be129a46a4
commit 1f5bcd688f
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -411,7 +411,7 @@
head="You're at the top level 🏆";
body='Keep helping your team duplicate — every level they climb still pays up to you.';
}else{el.innerHTML='';return;}
el.innerHTML=`<div class="ns-card"><div class="ns-top"><div class="ns-eyebrow">Your plan</div>${badge}</div><div class="ns-h">${head}</div><p class="ns-p">${body}</p><div class="nladder">${ladder}</div></div>`;
el.innerHTML=`<div class="ns-card"><div class="ns-top"><div class="ns-eyebrow">Your plan</div>${badge}</div><div class="ns-h">${head}</div><p class="ns-p">${body}</p><div class="nladder">${ladder}</div><p class="micro" style="margin:10px 0 0"><a href="/how-pay-works#level-scale" style="color:var(--teal)">See what each level opens up →</a></p></div>`;
}
function renderPipeline(d){
const el=document.getElementById('dPipeline');