We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c957ce commit 0f9a8cfCopy full SHA for 0f9a8cf
components/shared/Step.tsx
@@ -48,15 +48,15 @@ const Step = ({
48
{body}
49
</StepContent>
50
51
- <StepsNav next={next} prev={prev} isFirstStep={isFirstStep} isLastStep={isLastStep} />
+ <StepButtons next={next} prev={prev} isFirstStep={isFirstStep} isLastStep={isLastStep} />
52
53
{nav}
54
</Col>
55
</Right>
56
)
57
}
58
59
-const StepsNav = ({
+const StepButtons = ({
60
next,
61
prev,
62
isFirstStep,
0 commit comments