fix: minor fixes

This commit is contained in:
Liyang Zhu
2022-06-06 19:58:13 +08:00
parent b490a864f1
commit 2360dba7e4
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function CompletedStep({ data, setStep }) {
</span>
<StyledButton className="startButton" onClick={() => setStep((prev) => prev + 1)}>
<img src={PlayIcon} alt="play icon" />
<span>Start</span>
<span>Enter</span>
</StyledButton>
</StyledLastStep>
);