mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 10:11:39 +02:00
🐛 Fix enter on empty search page
This commit is contained in:
parent
9c5c2ac8bf
commit
5264863863
5 changed files with 18 additions and 8 deletions
|
@ -28,7 +28,7 @@
|
|||
[:a {:href cf/terms-of-service-uri :target "_blank"} (tr "auth.terms-of-service")])
|
||||
|
||||
(when show-all?
|
||||
[:span (tr "auth.and")])
|
||||
[:span (tr "labels.and")])
|
||||
|
||||
(when show-privacy?
|
||||
[:a {:href cf/privacy-policy-uri :target "_blank"} (tr "auth.privacy-policy")])])))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue