mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 21:56:11 +02:00
📎 Don't redirect user to landing page on clicking on logo.
This commit is contained in:
parent
8ce8b85089
commit
87dfa8c7fc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
[:div.auth
|
[:div.auth
|
||||||
[:section.auth-sidebar
|
[:section.auth-sidebar
|
||||||
[:a.logo {:href "https://penpot.app"} i/logo]
|
[:a.logo {:href "#/"} i/logo]
|
||||||
[:span.tagline (tr "auth.sidebar-tagline")]]
|
[:span.tagline (tr "auth.sidebar-tagline")]]
|
||||||
|
|
||||||
[:section.auth-content
|
[:section.auth-content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue