[guides] behavioral: change order
This commit is contained in:
parent
1c0d401fd1
commit
18976f321b
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue