Fix ordering on steps

This commit is contained in:
James Ketr 2025-07-01 18:11:52 -07:00
parent b5eaf8bd43
commit cacbb0fd0f

View File

@ -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' }} />}