Change newsletter buttons to say "Newsletter"
The word "Subscribe" is ambiguous because it could also mean the print magazine :P
This commit is contained in:
parent
15c8ff8d10
commit
5c1c8a0a4e
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#unless @member}}
|
||||
<a class="gh-head-button" href="#/portal/signup">Subscribe</a>
|
||||
<a class="gh-head-button" href="#/portal/signup">Newsletter</a>
|
||||
{{else}}
|
||||
<a class="gh-head-button" href="#/portal/account">Account</a>
|
||||
{{/unless}}
|
||||
|
|
|
@ -27,7 +27,7 @@ into the {body} of the default.hbs template --}}
|
|||
{{#unless @member}}
|
||||
<a class="header-cta-button" href="#/portal">
|
||||
<div>Enter your email</div>
|
||||
<span>Subscribe</span>
|
||||
<span>Sign up</span>
|
||||
</a>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue