Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrov-site committed May 20, 2024
1 parent ff57bce commit 105adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Login = () => {
<span>
{t('loginPage.footer.text')}
{' '}
<Link to={appPaths.signup}>{t('loginPage.footer.link')}</Link>
<Link to={appPaths.signup()}>{t('loginPage.footer.link')}</Link>
</span>
</div>
</Card.Footer>
Expand Down

0 comments on commit 105adfd

Please sign in to comment.