feat: show recommended size
This commit is contained in:
@@ -223,7 +223,12 @@ export default function FacilityModal({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<Label className="text-xs">Facility Image</Label>
|
<Label className="text-xs">
|
||||||
|
Facility Image{' '}
|
||||||
|
<span className="text-muted-foreground font-normal">
|
||||||
|
(Recommended: {idx === 0 ? '800 × 530 px' : '350 × 230 px'})
|
||||||
|
</span>
|
||||||
|
</Label>{' '}
|
||||||
<BytescaleUploader
|
<BytescaleUploader
|
||||||
value={img.url}
|
value={img.url}
|
||||||
folderPath="/facilities"
|
folderPath="/facilities"
|
||||||
|
|||||||
Reference in New Issue
Block a user