diff --git a/frontend/resources/styles/main/layouts/login.scss b/frontend/resources/styles/main/layouts/login.scss index 7fdc92ed5..e4b95c76b 100644 --- a/frontend/resources/styles/main/layouts/login.scss +++ b/frontend/resources/styles/main/layouts/login.scss @@ -43,6 +43,12 @@ max-width: 11vw; height: 80px; } + .hidden-name { + visibility: hidden; + width: 0; + height: 0; + float: left; + } } } diff --git a/frontend/src/app/main/ui/auth.cljs b/frontend/src/app/main/ui/auth.cljs index 03d1061d3..92bfbcd79 100644 --- a/frontend/src/app/main/ui/auth.cljs +++ b/frontend/src/app/main/ui/auth.cljs @@ -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