Skip to content

Commit 0f9a8cf

Browse files
author
Guillaume Galuz
committed
StepButtons
1 parent 5c957ce commit 0f9a8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/shared/Step.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ const Step = ({
4848
{body}
4949
</StepContent>
5050

51-
<StepsNav next={next} prev={prev} isFirstStep={isFirstStep} isLastStep={isLastStep} />
51+
<StepButtons next={next} prev={prev} isFirstStep={isFirstStep} isLastStep={isLastStep} />
5252

5353
{nav}
5454
</Col>
5555
</Right>
5656
)
5757
}
5858

59-
const StepsNav = ({
59+
const StepButtons = ({
6060
next,
6161
prev,
6262
isFirstStep,

0 commit comments

Comments
 (0)