Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Sep 12, 2024
2 parents f5f5030 + fddf30d commit 9a0ee7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/containers/home/collaborator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ const Collaborators = () => {
<div className="flex flex-wrap content-center items-center justify-between gap-6">
{COLLABORATORS.map(({ name, image }) => (
<div key={name} className="flex-1 p-5">
<Image
src={image}
alt={name}
className="mx-auto h-full max-h-20 w-full max-w-40 object-contain"
/>
<Image src={image} alt={name} className="mx-auto h-20 w-full max-w-44 object-contain" />
</div>
))}
</div>
Expand Down

0 comments on commit 9a0ee7e

Please sign in to comment.