This commit is contained in:
2025-03-03 22:12:36 +05:30
parent 87e5fc1a21
commit 6c4d0be7f3
2 changed files with 6 additions and 3 deletions

View File

@@ -39,6 +39,9 @@ async function Page() {
src={`${backendUrl}${item.image?.path}`}
alt={item.title}
className="rounded-full p-2"
style={{
objectFit: "contain",
}}
/>
),
}))