0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix home icon in login page

This commit is contained in:
Eva 2022-12-12 16:53:05 +01:00
parent c148326d1c
commit d0d63169e2
2 changed files with 10 additions and 2 deletions

View file

@ -43,6 +43,12 @@
max-width: 11vw;
height: 80px;
}
.hidden-name {
visibility: hidden;
width: 0;
height: 0;
float: left;
}
}
}

View file

@ -39,11 +39,13 @@
params (:query-params route)]
(mf/use-effect
#(dom/set-html-title (tr "title.default")))
#(dom/set-html-title (tr "title.default")))
[:main.auth
[:section.auth-sidebar
[:span.logo {:aria-hidden "true"} i/logo]
[:a.logo {:href "#/"}
[:span {:aria-hidden true} i/logo]
[:span.hidden-name "Home"]]
[:span.tagline (tr "auth.sidebar-tagline")]]
[:section.auth-content