Added new page statistics

This commit is contained in:
MaxOvs19
2023-10-02 21:26:06 +03:00
parent c155462ab4
commit 6b6432330b
4 changed files with 116 additions and 1 deletions

View File

@ -92,7 +92,10 @@ export const ProjectTiket = ({ project, index }) => {
...
</span>
</div>
<Link to={`#`} className="project__statistics">
<Link
to={`/profile/statistics/${project.id}`}
className="project__statistics"
>
Просмотреть статистику
</Link>