Skip to content

Commit

Permalink
Merge pull request #67 from whyphi/dev/v0.2
Browse files Browse the repository at this point in the history
Merging changes from Dev/v0.2 to Staging
  • Loading branch information
yoontsy2000 authored Feb 1, 2024
2 parents 65c54a4 + 3a864d8 commit e07f958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/admin/listing/ApplicantCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default function ApplicantCard({ applicant }: ApplicantCardProps) {
alt={`${applicant.firstName} ${applicant.lastName} image`}
className="w-24 h-24 mb-3 shadow-lg relative mx-auto rounded-full overflow-hidden object-cover"
src={applicant.image}
object-cover
/>
<h5 className="mb-1 text-lg font-medium text-gray-900 dark:text-white">
{`${applicant.firstName} ${applicant.lastName}`}
Expand Down

0 comments on commit e07f958

Please sign in to comment.