1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🐛 Login link taking to the wrong page

This commit is contained in:
Steffo 2021-05-26 22:57:06 +02:00
parent f5dcf4e1ec
commit c889be6b14
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -31,7 +31,7 @@ export default function Sidebar({ className, ...props }) {
</>
:
<>
<ButtonSidebar to={"/login"} icon={faKey}>{strings.login}</ButtonSidebar>
<ButtonSidebar to={"/"} icon={faKey}>{strings.login}</ButtonSidebar>
</>
}
{