Moving all images to assets

This commit is contained in:
MaxOvs19
2023-05-25 16:42:37 +03:00
parent 0667b435ac
commit 38f776019c
219 changed files with 2255 additions and 1954 deletions

View File

@ -6,9 +6,10 @@ import { getPartnerEmployees } from "../../redux/outstaffingSlice";
import { ProfileHeader } from "../../components/ProfileHeader/ProfileHeader";
import { ProfileBreadcrumbs } from "../../components/ProfileBreadcrumbs/ProfileBreadcrumbs";
import { Footer } from "../../components/Footer/Footer";
import { Navigation } from "../../components/Navigation/Navigation";
import imgInfo from "./emplInfo.png";
import rightArrow from "../../images/arrowRight.svg";
import imgInfo from "../../assets/images/emplInfo.png";
import rightArrow from "../../assets/icons/arrows/arrowRight.svg";
import "./partnerEmployees.scss";
@ -23,6 +24,7 @@ export const PartnerEmployees = () => {
return (
<div className="partnerEmployees">
<ProfileHeader />
<Navigation />
<div className="container">
<ProfileBreadcrumbs
links={[

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B