Skip to content

Commit

Permalink
fix auth path
Browse files Browse the repository at this point in the history
  • Loading branch information
IrynaSlavinska committed Jan 6, 2024
1 parent 40f8f20 commit 5c3a855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/NotAuthPage/NotAuthPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const NotAuthPage = () => {
<NotAuthContainer>
<Title>Unauthorized user</Title>
<Text>You have profile</Text>
<StyledLink to="login">Log in</StyledLink>
<StyledLink to="/login">Log in</StyledLink>
<Text>Register now</Text>
<StyledLink to="register">Register</StyledLink>
<StyledLink to="/register">Register</StyledLink>
</NotAuthContainer>
);
};
Expand Down

0 comments on commit 5c3a855

Please sign in to comment.