Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored and actions-user committed Nov 13, 2023
1 parent 0ecba6b commit 5f6eb59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default async function Team({ params }: DefaultPageProps) {
{group.people.map((person: Person, index2) => (
<li key={index2} className="flex flex-col">
<Image
className="aspect-[5/6] w-full rounded-2xl object-cover hover:scale-105 transition-transform duration-300"
className="aspect-[5/6] w-full rounded-2xl object-cover transition-transform duration-300 hover:scale-105"
src={person.image}
alt={`${person.name} image`}
/>
Expand Down

0 comments on commit 5f6eb59

Please sign in to comment.