Skip to content

Commit

Permalink
renamed submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzengel committed Jul 31, 2024
1 parent 8932366 commit 4b8840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const Upload: React.FC = () => {
</div>
</div>
<div className={classes.buttonContainer}>
<button type="button" onClick={handleSubmit} className={classes.button}>Submit</button>
<button type="button" onClick={handleSubmit} className={classes.button}>Next</button>
</div>
</>
)}
Expand Down

0 comments on commit 4b8840c

Please sign in to comment.