mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 02:31:12 -05:00
Code edited in Lovable Code Editor
This commit is contained in:
@@ -178,7 +178,7 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
|
|||||||
}}>
|
}}>
|
||||||
<CardContent className="p-2">
|
<CardContent className="p-2">
|
||||||
<img
|
<img
|
||||||
src={`${bannerImageUrl}/public`}
|
src={`${bannerImageUrl}`}
|
||||||
alt="New banner"
|
alt="New banner"
|
||||||
className="w-full h-24 object-cover rounded"
|
className="w-full h-24 object-cover rounded"
|
||||||
/>
|
/>
|
||||||
@@ -195,7 +195,7 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
|
|||||||
}}>
|
}}>
|
||||||
<CardContent className="p-2">
|
<CardContent className="p-2">
|
||||||
<img
|
<img
|
||||||
src={`${cardImageUrl}/public`}
|
src={`${cardImageUrl}`}
|
||||||
alt="New card"
|
alt="New card"
|
||||||
className="w-full h-24 object-cover rounded"
|
className="w-full h-24 object-cover rounded"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user