diff --git a/apps/student/app/(main)/applications/page.tsx b/apps/student/app/(main)/applications/page.tsx
index ea43f27..316470a 100644
--- a/apps/student/app/(main)/applications/page.tsx
+++ b/apps/student/app/(main)/applications/page.tsx
@@ -253,14 +253,14 @@ export default async function ApplicationsPage() {
- */}
diff --git a/apps/student/app/(main)/profile/page.tsx b/apps/student/app/(main)/profile/page.tsx
index 7e00fb8..729d84e 100644
--- a/apps/student/app/(main)/profile/page.tsx
+++ b/apps/student/app/(main)/profile/page.tsx
@@ -403,11 +403,11 @@ export default function ProfilePage() {
SSC Score
- {student.ssc}/10
+ {student.ssc}/100
HSC Score
- {student.hsc}/10
+ {student.hsc}/100