Skip to content

Commit 084301b

Browse files
author
Vikas Agarwal
committed
feat: git#727-Update Button Copy to Read "Continue Set-Up"
1 parent d220c49 commit 084301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ class ChallengeEditor extends Component {
996996
isNew && (
997997
<div className={styles.buttonContainer}>
998998
<div className={styles.button}>
999-
<OutlineButton text={'Create Challenge'} type={'success'} submit />
999+
<OutlineButton text={'Continue Set-Up'} type={'success'} submit />
10001000
</div>
10011001
</div>
10021002
)

0 commit comments

Comments
 (0)