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:
parent
f5dcf4e1ec
commit
c889be6b14
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
</>
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue