Update custom CTA style

This commit is contained in:
Sodbileg Gansukh
2021-07-27 19:30:35 +08:00
parent 49c629d21a
commit 009514780a
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,10 +11,9 @@
<div class="gh-cta-actions">
{{#if @member}}
<a class="gh-btn gh-primary-btn" href="#/portal/account/plans">Upgrade now</a>
<a class="gh-btn gh-outline-btn" href="#/portal/account">Account</a>
{{else}}
<a class="gh-btn gh-primary-btn" href="#/portal/signup">Subscribe now</a>
<a class="gh-btn gh-outline-btn" href="#/portal/signin">Log in</a>
<a class="gh-cta-link" href="#/portal/signin">Already have an account? Sign in.</a>
{{/if}}
</div>
</section>