Merge pull request 'feat: show recommended size' (#52) from feat/facility-google-review-crud into dev

Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-06-30 03:58:16 +00:00
@@ -223,7 +223,12 @@ export default function FacilityModal({
</div>
<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
value={img.url}
folderPath="/facilities"