Add links to web and terms

This commit is contained in:
elhombretecla 2021-02-17 17:28:51 +01:00 committed by Andrey Antukh
parent cfa47cc7b9
commit e96d2336cf
2 changed files with 21 additions and 6 deletions

View file

@ -37,7 +37,7 @@
[:div.auth
[:section.auth-sidebar
[:a.logo {:href "/#/"} i/logo]
[:a.logo {:href "https://penpot.app"} i/logo]
[:span.tagline (t locale "auth.sidebar-tagline")]]
[:section.auth-content
@ -56,4 +56,8 @@
:auth-recovery
[:& recovery-page {:locale locale
:params (:query-params route)}])]]))
:params (:query-params route)}])
[:div.terms-login
[:a {:href "https://penpot.app/terms.html" :target "_blank"} "Terms of service"]
[:span "and"]
[:a {:href "https://penpot.app/privacy.html" :target "_blank"} "Privacy policy"]]]]))