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 56926fc commit 0cb2812Copy full SHA for 0cb2812
src/Stepper.tsx
@@ -50,10 +50,10 @@ export const Stepper = memo(
50
ref={ref}
51
>
52
<h2 className={cx(fr.cx("fr-stepper__title"), classes.title)}>
53
+ {title}
54
<span className={cx(fr.cx("fr-stepper__state"), classes.state)}>
55
{t("progress", { currentStep, stepCount })}
56
</span>
- {title}
57
</h2>
58
<div
59
className={cx(fr.cx("fr-stepper__steps"), classes.steps)}
0 commit comments