This commit is contained in:
Дмитрий Кравцов 2023-04-27 21:22:48 +03:00
parent c2ca9eb373
commit 9c08b0f24f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export const FrequentlyAskedQuestion = () => {
<div className="frequently-asked-question__container container">
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/profile-candidate" },
{ name: "Главная", link: "/auth" },
{
name: "FAQ (часто задаваемые вопросы)",
link: FREQUENTLY_ASKED_QUESTIONS_ROUTE,

View File

@ -82,7 +82,7 @@ export const FrequentlyAskedQuestions = () => {
<div className="frequently-asked-questions__container container">
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/profile-candidate" },
{ name: "Главная", link: "/auth" },
{ name: "FAQ (часто задаваемые вопросы)", link: FREQUENTLY_ASKED_QUESTIONS_ROUTE },
]}
/>