mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 23:51:13 -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) {
|
if (bannerImageUrl) {
|
||||||
photos.push({
|
photos.push({
|
||||||
id: 'banner',
|
id: 'banner',
|
||||||
url: `${bannerImageUrl}/public`,
|
url: `${bannerImageUrl}`,
|
||||||
caption: 'New Banner Image'
|
caption: 'New Banner Image'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (cardImageUrl) {
|
if (cardImageUrl) {
|
||||||
photos.push({
|
photos.push({
|
||||||
id: 'card',
|
id: 'card',
|
||||||
url: `${cardImageUrl}/public`,
|
url: `${cardImageUrl}`,
|
||||||
caption: 'New Card Image'
|
caption: 'New Card Image'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user