diff --git a/public/proj-card-head-bg.png b/src/assets/proj-card-head-bg.png similarity index 100% rename from public/proj-card-head-bg.png rename to src/assets/proj-card-head-bg.png diff --git a/src/components/card/CardProjType.tsx b/src/components/card/CardProjType.tsx index 5f77963..bda0d18 100644 --- a/src/components/card/CardProjType.tsx +++ b/src/components/card/CardProjType.tsx @@ -3,6 +3,7 @@ import {ICardProj, ICardProjChargeLine} from "../../interfaces/proj/ICardProj.ts import {Checkbox} from 'antd'; import {useState} from "react"; import {ProjAdditionalType} from "../../interfaces/proj/IProj.ts"; +import ProjCardHeadBg from '../../assets/proj-card-head-bg.png'; export default function CardProjType(props: ICardProj) { @@ -90,7 +91,7 @@ export default function CardProjType(props: ICardProj) { return (