We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72159a1 + cbc411e commit 0fb960cCopy full SHA for 0fb960c
1 file changed
frontend/src/components/landing/TeamSection.tsx
@@ -201,6 +201,7 @@ export default function TeamSection() {
201
{contributors.map((user) => (
202
<SwiperSlide key={user.id} className="h-full inline-block">
203
<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
+
205
<div className="flex flex-col items-center w-full">
206
<img
207
src={user.avatar_url}
0 commit comments