Skip to content

Commit

Permalink
fix: 企画登録の「次へ」を「送信」に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Apr 22, 2024
1 parent b9150d8 commit 26cdc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/register/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const RegisterForm = () => {
error={errors.agreement2?.message}
/>
<Button type="submit" color="purple" className={css({ flexGrow: 0, alignSelf: "center" })}>
次へ
送信
</Button>
</form>
);
Expand Down

0 comments on commit 26cdc42

Please sign in to comment.