@@ -21,13 +21,16 @@ const FormSubmit = () => {
2121 < form onSubmit = { handleSubmit } className = "space-y-6 p-5 sm:p-6" >
2222 { /* Product Link */ }
2323 < div className = "space-y-2" >
24- < label htmlFor = "productLink" className = "flex items-center gap-2 text-sm font-medium text-gray-700" >
24+ < label
25+ htmlFor = "presentationLink"
26+ className = "flex items-center gap-2 text-sm font-medium text-gray-700"
27+ >
2528 < Link2 className = "h-4 w-4 text-gray-400" />
2629 Link sản phẩm (Bao gồm slide .pptx, Sheet phân công .xlsx)
2730 < span className = "text-red-500" > *</ span >
2831 </ label >
2932 < Input
30- id = "productLink "
33+ id = "presentationLink "
3134 type = "url"
3235 placeholder = "https://drive.google.com/..."
3336 className = "focus:ring-primary/20 transition-all focus:ring-2"
@@ -41,12 +44,12 @@ const FormSubmit = () => {
4144
4245 { /* Code Link */ }
4346 < div className = "space-y-2" >
44- < label htmlFor = "codeLink " className = "flex items-center gap-2 text-sm font-medium text-gray-700" >
47+ < label htmlFor = "productLink " className = "flex items-center gap-2 text-sm font-medium text-gray-700" >
4548 < Github className = "h-4 w-4 text-gray-400" />
4649 Link source/Figma (Nếu đề tài yêu cầu sản phẩm)
4750 </ label >
4851 < Input
49- id = "codeLink "
52+ id = "productLink "
5053 type = "url"
5154 placeholder = "GitHub, GitLab, Figma..."
5255 className = "focus:ring-primary/20 transition-all focus:ring-2"
@@ -55,12 +58,12 @@ const FormSubmit = () => {
5558
5659 { /* Description */ }
5760 < div className = "space-y-2" >
58- < label htmlFor = "description " className = "flex items-center gap-2 text-sm font-medium text-gray-700" >
61+ < label htmlFor = "note " className = "flex items-center gap-2 text-sm font-medium text-gray-700" >
5962 < FileText className = "h-4 w-4 text-gray-400" />
6063 Ghi chú
6164 </ label >
6265 < Textarea
63- id = "description "
66+ id = "note "
6467 placeholder = "Mô tả ngắn về sản phẩm, tính năng nổi bật, công nghệ sử dụng..."
6568 className = "focus:ring-primary/20 min-h-[120px] resize-none transition-all focus:ring-2"
6669 // rows={5}
0 commit comments