tpo ki mkc

This commit is contained in:
Anushlinux
2025-07-08 16:15:42 +05:30
parent 1ab4eb4750
commit 5026544ac3
2 changed files with 4 additions and 4 deletions

View File

@@ -403,11 +403,11 @@ export default function ProfilePage() {
</div>
<div className="flex items-center justify-between">
<span className="text-sm text-gray-600">SSC Score</span>
<span className="font-medium">{student.ssc}/10</span>
<span className="font-medium">{student.ssc}/100</span>
</div>
<div className="flex items-center justify-between">
<span className="text-sm text-gray-600">HSC Score</span>
<span className="font-medium">{student.hsc}/10</span>
<span className="font-medium">{student.hsc}/100</span>
</div>
</div>