diff --git a/apps/web/src/components/guides/books/behavioral-interview-playbook/BehavioralInterviewPlaybookNavigation.ts b/apps/web/src/components/guides/books/behavioral-interview-playbook/BehavioralInterviewPlaybookNavigation.ts index d24f923ef..fa7e32b90 100644 --- a/apps/web/src/components/guides/books/behavioral-interview-playbook/BehavioralInterviewPlaybookNavigation.ts +++ b/apps/web/src/components/guides/books/behavioral-interview-playbook/BehavioralInterviewPlaybookNavigation.ts @@ -63,9 +63,9 @@ export function useBehavioralInterviewPlaybookNavigation() { icon: RiPlayFill, id: 'introduction', label: intl.formatMessage({ - defaultMessage: 'Intro to behavioral interviews', + defaultMessage: 'Introduction to behavioral interviews', description: 'Introduction to behavioral interviews', - id: 'dKaQQ+', + id: 'Vf5vZK', }), type: 'link', }, @@ -136,25 +136,6 @@ export function useBehavioralInterviewPlaybookNavigation() { }), type: 'link', }, - { - description: intl.formatMessage({ - defaultMessage: - 'Learn to ask insightful questions at the end of the interview', - description: - 'How to ask insightful questions during behavioral interviews', - id: 'U9XHwD', - }), - href: `${basePath}/questions-to-ask`, - icon: RiQuestionnaireLine, - id: 'questions-to-ask', - label: intl.formatMessage({ - defaultMessage: 'Questions to ask (end of interview)', - description: - 'Best questions to ask at the end of a behavioral interviews', - id: 'rg3DjU', - }), - type: 'link', - }, { description: intl.formatMessage({ defaultMessage: @@ -211,6 +192,26 @@ export function useBehavioralInterviewPlaybookNavigation() { }), type: 'link', }, + + { + description: intl.formatMessage({ + defaultMessage: + 'Learn to ask insightful questions at the end of the interview', + description: + 'How to ask insightful questions during behavioral interviews', + id: 'U9XHwD', + }), + href: `${basePath}/questions-to-ask`, + icon: RiQuestionnaireLine, + id: 'questions-to-ask', + label: intl.formatMessage({ + defaultMessage: 'Questions to ask (end of interview)', + description: + 'Best questions to ask at the end of a behavioral interviews', + id: 'rg3DjU', + }), + type: 'link', + }, ], label: intl.formatMessage({ defaultMessage: 'Solving common questions',