Skip to content

Commit

Permalink
Update the file
Browse files Browse the repository at this point in the history
  • Loading branch information
dilankavishka committed Oct 17, 2024
1 parent 1eaad61 commit 9260074
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const MentorCardHorizontal: React.FC<MentorCardProps> = ({ mentor }) => {
target="_blank"
rel="noreferrer"
>
{mentor?.application.firstName}{' '}
{mentor?.application.firstName}
{mentor?.application.lastName}
</a>
</h3>
<p className="line-clamp-2 text-sm text-gray-700">
{mentor?.application.position},{' '}
{mentor?.application.position},
{mentor?.application.institution}
</p>
</div>
Expand Down

0 comments on commit 9260074

Please sign in to comment.