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

@ -62,7 +62,7 @@ export const Home = () => {
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/profile" },
{ name: "Запросы и открытые позиции", link: "/profile/requests" },
{ name: "Мои вакансии", link: "/profile/requests" },
{ name: "Каталог", link: "/profile/catalog" }
]}
/>