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.
1 parent 69ecbb0 commit cbe9850Copy full SHA for cbe9850
app/[locale]/(user)/usecases/[useCaseSlug]/page.tsx
@@ -281,14 +281,14 @@ const UseCaseDetailPage = () => {
281
Case
282
</Text>
283
</div>
284
- <div className="mt-8 flex flex-wrap items-center justify-start gap-2">
+ <div className="mt-8 flex flex-wrap items-center justify-start gap-8">
285
{UseCaseDetails?.useCase?.contributors?.map(
286
(contributor: any) => (
287
<Image
288
alt={contributor.fullName}
289
width={120}
290
height={120}
291
- className="rounded-full"
+ className="rounded-full object-cover"
292
key={contributor.id}
293
src={
294
contributor.profilePicture?.url
0 commit comments