From a9156127db2d3b637ec6cdad20b772cb828ade7f Mon Sep 17 00:00:00 2001 From: Om Lanke Date: Mon, 22 Sep 2025 23:49:56 +0530 Subject: [PATCH] diploma --- apps/student/app/(main)/profile/page.tsx | 10 +++++----- apps/student/app/signup/steps/AcademicDetailsStep.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/student/app/(main)/profile/page.tsx b/apps/student/app/(main)/profile/page.tsx index 151ccd3..aba90b0 100644 --- a/apps/student/app/(main)/profile/page.tsx +++ b/apps/student/app/(main)/profile/page.tsx @@ -846,15 +846,15 @@ export default function ProfilePage() { type="number" step="0.01" min="0" - max="10" + max="100" placeholder="0.00" /> ) : ( - + )}
- + {editingSection === 'academic' ? ( ) : ( - + )}
diff --git a/apps/student/app/signup/steps/AcademicDetailsStep.tsx b/apps/student/app/signup/steps/AcademicDetailsStep.tsx index f002b81..6ca1f5b 100644 --- a/apps/student/app/signup/steps/AcademicDetailsStep.tsx +++ b/apps/student/app/signup/steps/AcademicDetailsStep.tsx @@ -136,11 +136,11 @@ export default function AcademicDetailsStep({ form }: { form: any }) { name="hsc" render={({ field }) => ( - HSC % * + {form.watch('isDiploma') ? 'Diploma % *' : 'HSC % *'} field.onChange(parseFloat(e.target.value) || 0)} />