Skip to content

Commit

Permalink
feat: deleted leadership image
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjoelson committed Feb 10, 2025
1 parent b2597b5 commit 5833786
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/club/listing/ClubInfoSegment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ const ClubInfoSegment: FC<{
<div className="flex flex-col justify-center align-middle">
{club.officers.map((officer) => (
<div className="mt-5 flex flex-row" key={officer.id}>
<Image
src={club.image}
alt="Picture of the author"
width={60}
height={60}
className="m-3 rounded-full"
/>
<div className="mx-5 flex flex-col justify-center align-middle">
<p className="text-left text-sm text-slate-600">
{officer.name}
Expand Down

0 comments on commit 5833786

Please sign in to comment.