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

@@ -253,14 +253,14 @@ export default async function ApplicationsPage() {
</span> </span>
</div> </div>
<div className="flex gap-2"> <div className="flex gap-2">
<Button size="sm" variant="outline"> {/* <Button size="sm" variant="outline">
<Eye className="w-4 h-4 mr-2" /> <Eye className="w-4 h-4 mr-2" />
View Details View Details
</Button> </Button>
<Button size="sm" variant="outline"> <Button size="sm" variant="outline">
<Download className="w-4 h-4 mr-2" /> <Download className="w-4 h-4 mr-2" />
Download Resume Download Resume
</Button> </Button> */}
</div> </div>
</div> </div>
</CardContent> </CardContent>

View File

@@ -403,11 +403,11 @@ export default function ProfilePage() {
</div> </div>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<span className="text-sm text-gray-600">SSC Score</span> <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>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<span className="text-sm text-gray-600">HSC Score</span> <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>
</div> </div>