Skip to content

Commit

Permalink
Merge pull request #74 from hrspace-request-builder/fix/change-hint-i…
Browse files Browse the repository at this point in the history
…mages

update images
  • Loading branch information
LedyBacer authored Mar 25, 2024
2 parents b78f939 + e3d64a4 commit 5308d6f
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 226 deletions.
4 changes: 2 additions & 2 deletions src/components/request-creator2/hint-images/hint-images.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import React from "react";
import styles from "./hint-images.module.scss";
import { ReactComponent as HintIMG1 } from "../../../images/2first_hint_image.svg";
import HintIMG1 from "../../../images/2first_hint_image.png";
import { ReactComponent as HintIMG2 } from "../../../images/2second_hint_image.svg";

export default function HintImages() {
return (
<div className={styles.hint_images_container}>
<div className={styles.hint_image_container}>
<div className={styles.hint_image_container_image}>
<HintIMG1 />
<img src={HintIMG1} alt="Hint" />
</div>
<p className={styles.hint_image_container_text}>
Рекрутер связывается с работодателем, который одобрил его. Уточняет
Expand Down
Binary file added src/images/2first_hint_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 0 additions & 35 deletions src/images/2first_hint_image.svg

This file was deleted.

Loading

0 comments on commit 5308d6f

Please sign in to comment.