tpo ki mkc
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user