Add Cards in Profile
This commit is contained in:
@ -11,7 +11,8 @@ import { Navigation } from "@components/Navigation/Navigation";
|
||||
import { ProfileBreadcrumbs } from "@components/ProfileBreadcrumbs/ProfileBreadcrumbs";
|
||||
import { ProfileHeader } from "@components/ProfileHeader/ProfileHeader";
|
||||
|
||||
// import paymentIcon from "assets/icons/paymentIcon.png";
|
||||
import financeIcon from "assets/icons/financeIcon.png";
|
||||
import paymentIcon from "assets/icons/paymentIcon.png";
|
||||
import settingIcon from "assets/icons/settingIcon.png";
|
||||
import summaryIcon from "assets/icons/summaryIcon.png";
|
||||
import timerIcon from "assets/icons/timerIcon.png";
|
||||
@ -28,10 +29,10 @@ export const Profile = () => {
|
||||
const [profileItemsInfo] = useState({
|
||||
developer: [
|
||||
{
|
||||
path: "profile/calendar",
|
||||
img: reportsIcon,
|
||||
title: "Ваша отчетность",
|
||||
description: "<span></span>Отработанных в этом месяце часов"
|
||||
path: "profile",
|
||||
img: paymentIcon,
|
||||
title: "Работа в IT <br/>открытые запросы",
|
||||
description: "Перейдите чтобы посмотреть <br/>открытые позиции"
|
||||
},
|
||||
{
|
||||
path: "profile/summary",
|
||||
@ -42,20 +43,26 @@ export const Profile = () => {
|
||||
{
|
||||
path: "profile/tracker",
|
||||
img: timerIcon,
|
||||
title: "Трекер времени",
|
||||
title: "Трекер <br/>времени",
|
||||
description: "Сколько времени занимает <br/>выполнение задач"
|
||||
},
|
||||
// {
|
||||
// path: "profile/payouts",
|
||||
// img: paymentIcon,
|
||||
// title: "Выплаты",
|
||||
// description: "У вас <span>подтвержден</span> <br/>статус самозанятого"
|
||||
// },
|
||||
{
|
||||
path: "profile/payouts",
|
||||
img: financeIcon,
|
||||
title: "Выплаты и <br/>финансы",
|
||||
description: "У вас <span>подтвержден</span> <br/>статус самозанятого"
|
||||
},
|
||||
{
|
||||
path: "profile/settings",
|
||||
img: settingIcon,
|
||||
title: "Настройки профиля",
|
||||
title: "Настройки <br/>профиля",
|
||||
description: "Перейдите чтобы начать <br/>редактирование"
|
||||
},
|
||||
{
|
||||
path: "profile/calendar",
|
||||
img: reportsIcon,
|
||||
title: "Ваша <br/>отчетность",
|
||||
description: "<span></span>Отработанных в этом месяце часов"
|
||||
}
|
||||
],
|
||||
partner: [
|
||||
|
Reference in New Issue
Block a user