Skip to content

Commit

Permalink
Merge pull request #3122 from catchpoint/fix_expert_plan_link
Browse files Browse the repository at this point in the history
Fix expert plan button
  • Loading branch information
claud-io authored Dec 2, 2024
2 parents cfb7a20 + 16d0149 commit ee771ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/templates/account/signup/step-1.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@
</td>
<td>
<span class="visually-hidden">Sign up for an Expert Plan</span>
<button href="https://www.product.webpagetest.org/expert-plan" id="submit-expert-plan" class="signup-button" type="submit" form="pro-plan-form">
<a href="https://www.product.webpagetest.org/expert-plan" id="submit-expert-plan" class="button signup-button">
Start for $<span data-id="plan-price"><?= $expert_plan['monthly'] > 0 ? $expert_plan['monthly'] : "" ?></span><span class="unit" data-id="plan-cycle">/month</span>
<div>
<small>
Billed at $<?= number_format($expert_plan['monthly'] > 0 ? $expert_plan['monthly'] * 12 : 0) ?>/year
</small>
</div>
</button>
</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit ee771ae

Please sign in to comment.