mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 17:11:23 -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">
|
||||
<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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user