Skip to content

Commit

Permalink
sign up link goes /pro
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 12, 2024
1 parent ae9102b commit f4809dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/modules/blocks/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $className: 'button';
transition: $opacityPrimaryTransition;
-webkit-tap-highlight-color: transparent;
user-select: none;
text-decoration: none;

&:hover {
opacity: $opacityPrimaryValue;
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class='header'>
<nav class='header__content'>
<p class='header__logo'>AnyCable</p>
<button class='button sign-up-btn' data-ph-capture-attribute-link-id='go-pro'>Sign up</button>
<a href="https://plus.anycable.io/pro" target="_blank" class="button" data-ph-capture-attribute-link-id='go-pro'>Sign up</a>
</nav>
</header>
4 changes: 2 additions & 2 deletions src/partials/slides/main-slide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<span class='try-now__caption try-now__caption_bolded'>free trial</span>
of SaaS, or on premise Pro
</p>
<button class='button button_size_big try-now__button try-now-btn' data-ph-capture-attribute-link-id='try-pro-now'>
<a href="https://plus.anycable.io/pro" target="_blank" class='button button_size_big try-now__button' data-ph-capture-attribute-link-id='try-pro-now'>
Sign up
</button>
</a>
</div>
<button class='main-slide__learn-more-btn' data-ph-capture-attribute-link-id='learn-more'></button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/partials/slides/plans-slide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<br/>
Free 2-month trial
</p>
<button class='button button_inverted try-now-btn' data-ph-capture-attribute-link-id='plan-basic'>
<a href="https://plus.anycable.io/pro" target="_blank" class='button button_inverted' data-ph-capture-attribute-link-id='plan-basic'>
Sign up
</button>
</a>
</div>
</li>
<li class='plan-card'>
Expand Down

0 comments on commit f4809dd

Please sign in to comment.