fix project cards
This commit is contained in:
@ -108,17 +108,12 @@ export const ProjectTicket = ({ project, index }) => {
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
{/* <Link
|
||||
<Link
|
||||
to={`/profile/statistics/${project.id}`}
|
||||
className="project__statistics"
|
||||
className="project-stats"
|
||||
>
|
||||
Посмотреть статистику
|
||||
</Link> */}
|
||||
|
||||
<span className="project-stats" onClick={() => {}}>
|
||||
Просмотреть <br />
|
||||
статистику проекта
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
<span
|
||||
className="menu-settings"
|
||||
|
@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 22%;
|
||||
height: 170px;
|
||||
height: 140px;
|
||||
background: #f1f1f1;
|
||||
border-radius: 12px;
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
color: #678eda;
|
||||
position: absolute;
|
||||
left: 18px;
|
||||
bottom: 10px;
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
.menu-settings {
|
||||
|
Reference in New Issue
Block a user