Fix apostrophe in Dean's List badge rendering

This commit is contained in:
2025-09-08 23:56:24 -04:00
parent 18b2b77632
commit 61bfb74712

View File

@@ -137,7 +137,8 @@ export default function HomePage() {
Engineering GPA: {education.gpa} Engineering GPA: {education.gpa}
</Badge> </Badge>
<Badge variant="outline"> <Badge variant="outline">
Dean's List: {education.deansListSemesters.length} semesters Dean&apos;s List: {education.deansListSemesters.length}{" "}
semesters
</Badge> </Badge>
</div> </div>
</CardContent> </CardContent>