We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28731bf commit 7900a9fCopy full SHA for 7900a9f
1 file changed
cert/frontend/src/modules/Home/index.tsx
@@ -494,6 +494,9 @@ const ExportCertificateForm = () => {
494
size="medium"
495
error={!!formData.email && !isEmailValid}
496
/>
497
+ <Typography variant="caption" sx={{ color: '#6b7280', display: 'block', mt: 1 }}>
498
+ 수료증이 전달될 이메일 주소를 적어주세요.
499
+ </Typography>
500
</FieldRow>
501
502
{/* Period */}
0 commit comments