remove tracker registration
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user