mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix home icon in login page
This commit is contained in:
parent
c148326d1c
commit
d0d63169e2
2 changed files with 10 additions and 2 deletions
|
@ -43,6 +43,12 @@
|
||||||
max-width: 11vw;
|
max-width: 11vw;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
.hidden-name {
|
||||||
|
visibility: hidden;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,11 +39,13 @@
|
||||||
params (:query-params route)]
|
params (:query-params route)]
|
||||||
|
|
||||||
(mf/use-effect
|
(mf/use-effect
|
||||||
#(dom/set-html-title (tr "title.default")))
|
#(dom/set-html-title (tr "title.default")))
|
||||||
|
|
||||||
[:main.auth
|
[:main.auth
|
||||||
[:section.auth-sidebar
|
[: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")]]
|
[:span.tagline (tr "auth.sidebar-tagline")]]
|
||||||
|
|
||||||
[:section.auth-content
|
[:section.auth-content
|
||||||
|
|
Loading…
Add table
Reference in a new issue