feat: show recommended size

This commit is contained in:
Kailasdevdas
2026-06-30 09:26:48 +05:30
parent 3c40b29bff
commit 316eec7c47
@@ -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"