mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 05:21:38 +02:00
add new UI changes
This commit is contained in:
parent
b8e47c87ba
commit
fd12724108
5 changed files with 22 additions and 7 deletions
|
@ -125,7 +125,7 @@
|
|||
[:span (t locale "auth.register") " "]
|
||||
[:a {:on-click #(st/emit! (rt/nav :auth-register))
|
||||
:tab-index "6"}
|
||||
(t locale "auth.register")]]]
|
||||
(t locale "auth.register-submit")]]]
|
||||
|
||||
(when cfg/google-client-id
|
||||
[:a.btn-ocean.btn-large.btn-google-auth
|
||||
|
@ -144,4 +144,4 @@
|
|||
[:span (t locale "auth.create-demo-profile") " "]
|
||||
[:a {:on-click #(st/emit! da/create-demo-profile)
|
||||
:tab-index "6"}
|
||||
(t locale "auth.create-demo-profile")]]]]])
|
||||
(t locale "auth.create-demo-account")]]]]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue