fixes #9

Merged
nik.polishuk merged 2 commits from fixes into main 2024-01-16 21:31:05 +03:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit cc704810c2 - Show all commits

View File

@ -8,9 +8,9 @@ import AuthBlock from "@components/AuthBlock/AuthBlock";
import CategoriesItem from "@components/CategoriesItem/CategoriesItem";
import AuthHeader from "@components/Common/AuthHeader/AuthHeader";
import { Footer } from "@components/Common/Footer/Footer";
import ModalResetPassword from "@components/Modal/ModalResetPassword/ModalResetPassword";
import SideBar from "@components/SideBar/SideBar";
import StepsForCandidate from "@components/StepsForCandidate/StepsForCandidate";
import ModalResetPassword from "@components/Modal/ModalResetPassword/ModalResetPassword";
import arrowBtn from "assets/icons/arrows/arrowRight.svg";
import AdminImg from "assets/images/partnerProfile/PersonalAdmin.svg";

View File

@ -1,4 +1,5 @@
import React from "react";
import { Link } from "react-router-dom";
import { useFormValidation } from "@hooks/useFormValidation";
import { useNotification } from "@hooks/useNotification";
@ -8,8 +9,6 @@ import { Footer } from "@components/Common/Footer/Footer";
import SideBar from "@components/SideBar/SideBar";
import StepsForCandidate from "@components/StepsForCandidate/StepsForCandidate";
import { Link } from "react-router-dom";
import arrowBtn from "assets/icons/arrows/arrowRight.svg";
import BackEndImg from "assets/images/partnerProfile/personalBackEnd.svg";
@ -75,7 +74,10 @@ export const RegistrationForCandidate = () => {
<p className="registrationCandidate__info__skills">
Java PHP Python C# React Vue.js NodeJs Golang Ruby JavaScript
</p>
<Link to="/auth-candidate" className="registrationCandidate__info__arrow">
<Link
to="/auth-candidate"
className="registrationCandidate__info__arrow"
>
<img src={arrowBtn} alt="img" />
</Link>
</div>