Fix ordering on steps
This commit is contained in:
parent
b5eaf8bd43
commit
cacbb0fd0f
@ -380,7 +380,7 @@ const HowItWorks: React.FC = () => {
|
|||||||
<StepSection>
|
<StepSection>
|
||||||
<Container>
|
<Container>
|
||||||
<StepContent
|
<StepContent
|
||||||
stepNumber={3}
|
stepNumber={2}
|
||||||
title="Select a Candidate"
|
title="Select a Candidate"
|
||||||
subtitle="Choose from available candidate profiles"
|
subtitle="Choose from available candidate profiles"
|
||||||
icon={<PersonIcon sx={{ color: 'action.active' }} />}
|
icon={<PersonIcon sx={{ color: 'action.active' }} />}
|
||||||
@ -400,7 +400,7 @@ const HowItWorks: React.FC = () => {
|
|||||||
<StepSection>
|
<StepSection>
|
||||||
<Container>
|
<Container>
|
||||||
<StepContent
|
<StepContent
|
||||||
stepNumber={2}
|
stepNumber={3}
|
||||||
title="Choose a Job"
|
title="Choose a Job"
|
||||||
subtitle="Pick from existing job postings"
|
subtitle="Pick from existing job postings"
|
||||||
icon={<WorkIcon sx={{ color: 'action.active' }} />}
|
icon={<WorkIcon sx={{ color: 'action.active' }} />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user