added
This commit is contained in:
@@ -39,6 +39,9 @@ async function Page() {
|
||||
src={`${backendUrl}${item.image?.path}`}
|
||||
alt={item.title}
|
||||
className="rounded-full p-2"
|
||||
style={{
|
||||
objectFit: "contain",
|
||||
}}
|
||||
/>
|
||||
),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user