mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:29:35 +08:00
UX: Change unrelated icon in the CTA Signup prompt (#17732)
This commit is contained in:
parent
5d6694ac4f
commit
b9c1e63bd1
|
@ -8,7 +8,7 @@
|
|||
<p>{{replace-emoji (i18n "signup_cta.value_prop")}}</p>
|
||||
|
||||
<div class="buttons">
|
||||
<DButton @action={{route-action "showCreateAccount"}} @label="signup_cta.sign_up" @icon="check" @class="btn-primary" />
|
||||
<DButton @action={{route-action "showCreateAccount"}} @label="signup_cta.sign_up" @icon="user" @class="btn-primary" />
|
||||
<DButton @action={{action "hideForSession"}} @label="signup_cta.hide_session" @class="no-icon" />
|
||||
<a href {{action "neverShow"}}>{{i18n "signup_cta.hide_forever"}}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user