Skip to content

Commit 0fb960c

Browse files
authored
Merge branch 'master' into develop
Signed-off-by: Benevanio <benevaniosantos930@gmail.com>
2 parents 72159a1 + cbc411e commit 0fb960c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/landing/TeamSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export default function TeamSection() {
201201
{contributors.map((user) => (
202202
<SwiperSlide key={user.id} className="h-full inline-block">
203203
<div className="flex flex-col items-center p-6 border border-gray-100 dark:border-zinc-800/80 rounded-2xl text-center bg-white dark:bg-zinc-900/40 backdrop-blur-sm shadow-sm hover:shadow-md transition-all duration-300 min-h-[260px] h-full justify-between">
204+
204205
<div className="flex flex-col items-center w-full">
205206
<img
206207
src={user.avatar_url}

0 commit comments

Comments
 (0)