mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 03:16:11 +02:00
📎 Minor changes on register page.
This commit is contained in:
parent
e13cfad9da
commit
1376c26def
3 changed files with 9 additions and 2 deletions
|
@ -223,7 +223,7 @@
|
|||
[:div.fields-row
|
||||
[:& fm/input {:name :accept-newsletter-subscription
|
||||
:class "check-primary"
|
||||
:label (tr "auth.terms-privacy-agreement")
|
||||
:label (tr "auth.newsletter-subscription")
|
||||
:type "checkbox"}]])
|
||||
|
||||
[:& fm/submit-button
|
||||
|
@ -233,7 +233,6 @@
|
|||
|
||||
(mf/defc register-validate-page
|
||||
[{:keys [params] :as props}]
|
||||
(prn "register-validate-page" params)
|
||||
[:div.form-container
|
||||
[:h1 (tr "auth.register-title")]
|
||||
[:div.subtitle (tr "auth.register-subtitle")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue