Code edited in Lovable Code Editor

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 14:56:41 +00:00
parent 1041b68b7c
commit fc2d1e9bc5

View File

@@ -178,7 +178,7 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
}}>
<CardContent className="p-2">
<img
src={`${bannerImageUrl}/public`}
src={`${bannerImageUrl}`}
alt="New banner"
className="w-full h-24 object-cover rounded"
/>
@@ -195,7 +195,7 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
}}>
<CardContent className="p-2">
<img
src={`${cardImageUrl}/public`}
src={`${cardImageUrl}`}
alt="New card"
className="w-full h-24 object-cover rounded"
/>