rename request search

This commit is contained in:
Victor Batischev
2024-03-10 19:45:20 +03:00
parent 14d3b6fa45
commit 72c48e98c3
10 changed files with 30 additions and 25 deletions

View File

@ -106,9 +106,9 @@ export const PartnerBid = () => {
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/profile" },
{ name: "Запросы и открытые позиции", link: "/profile/requests" },
{ name: "Мои вакансии", link: "/profile/requests" },
{
name: "Просмотр заявки - PHP разработчик",
name: "Просмотр вакансии",
link: "/profile/requests-bid"
}
]}
@ -232,7 +232,7 @@ export const PartnerBid = () => {
</tbody>
</table>
</div>
<div className="partner-bid__suitable">
{/* <div className="partner-bid__suitable">
<div className="partner-bid__suitable__title">
<p>Подходящие сотрудники по запросу</p>
</div>
@ -259,7 +259,7 @@ export const PartnerBid = () => {
);
})}
</div>
</div>
</div> */}
</>
)}
</div>