mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 20:11:12 -05:00
Code edited in Lovable Code Editor
This commit is contained in:
@@ -126,14 +126,14 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
|
||||
if (bannerImageUrl) {
|
||||
photos.push({
|
||||
id: 'banner',
|
||||
url: `${bannerImageUrl}/public`,
|
||||
url: `${bannerImageUrl}`,
|
||||
caption: 'New Banner Image'
|
||||
});
|
||||
}
|
||||
if (cardImageUrl) {
|
||||
photos.push({
|
||||
id: 'card',
|
||||
url: `${cardImageUrl}/public`,
|
||||
url: `${cardImageUrl}`,
|
||||
caption: 'New Card Image'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user