UX: Change unrelated icon in the CTA Signup prompt (#17732)

This commit is contained in:
Pixlz 2022-08-02 01:27:18 -04:00 committed by GitHub
parent 5d6694ac4f
commit b9c1e63bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>