Create new page Blog

This commit is contained in:
MaxOvs19
2023-04-27 15:13:14 +03:00
parent 37cfe0d771
commit 36bba6c5a1
13 changed files with 94 additions and 5 deletions

View File

@ -52,7 +52,7 @@ export const ModalTiсket = ({ active, setActive, index }) => {
<h3 className="title-project">
<img src={category} className="title-project__category"></img>
Проект: {tiket.name}
<Link to={`/tracker/${index}`} className="title-project__full">
<Link to={`/tracker/task/${index}`} className="title-project__full">
<img src={fullScreen}></img>
</Link>
</h3>