Fix Sign Up button — add default href so it's clickable even before JS runs
This commit is contained in:
+1
-1
@@ -1151,7 +1151,7 @@
|
|||||||
<h1>CBP What-If Calculator</h1>
|
<h1>CBP What-If Calculator</h1>
|
||||||
<p>Full ladder modeling — profit timeline, referral earnings, and scenario comparison</p>
|
<p>Full ladder modeling — profit timeline, referral earnings, and scenario comparison</p>
|
||||||
<div class="cta-bar" id="calcCtaBar">
|
<div class="cta-bar" id="calcCtaBar">
|
||||||
<a class="cta-btn cta-btn-primary" id="calcSignupBtn" target="_blank" rel="noopener">
|
<a class="cta-btn cta-btn-primary" id="calcSignupBtn" href="https://clickbaitpays.me/?ref=cryptoteambuild" target="_blank" rel="noopener">
|
||||||
🚀 Sign Up with My Referral Link
|
🚀 Sign Up with My Referral Link
|
||||||
</a>
|
</a>
|
||||||
<button class="cta-btn cta-btn-secondary" onclick="copyCalculatorLink()">
|
<button class="cta-btn cta-btn-secondary" onclick="copyCalculatorLink()">
|
||||||
|
|||||||
Reference in New Issue
Block a user