remove tracker registration

This commit is contained in:
Victor Batischev
2024-03-19 14:07:41 +03:00
parent 3013dd1bd2
commit 923a84e488
6 changed files with 2 additions and 328 deletions

View File

@ -108,7 +108,7 @@ export const AuthBlock = ({ title, description, img, resetModal }) => {
>
{isLoading ? <Loader /> : "Войти"}
</button>
<NavLink to="/tracker-registration" className="auth__registration">
<NavLink to="/auth" className="auth__registration">
Регистрация
</NavLink>
</div>