Skip to content

Commit 7900a9f

Browse files
committed
ui(cert): add helper text clarifying certificate delivery email
1 parent 28731bf commit 7900a9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cert/frontend/src/modules/Home/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,9 @@ const ExportCertificateForm = () => {
494494
size="medium"
495495
error={!!formData.email && !isEmailValid}
496496
/>
497+
<Typography variant="caption" sx={{ color: '#6b7280', display: 'block', mt: 1 }}>
498+
수료증이 전달될 이메일 주소를 적어주세요.
499+
</Typography>
497500
</FieldRow>
498501

499502
{/* Period */}

0 commit comments

Comments
 (0)