feat(skincare): allow HEIC/HEIF uploads in skin analysis

This commit is contained in:
Piotr Oleszczyk 2026-03-01 23:23:04 +01:00
parent f1acfa21fc
commit d3bd2ff30d
2 changed files with 8 additions and 2 deletions

View file

@ -192,7 +192,7 @@
</p>
<input
type="file"
accept="image/jpeg,image/png,image/webp"
accept="image/heic,image/heif,image/jpeg,image/png,image/webp"
multiple
onchange={handleFileSelect}
class="block w-full text-sm text-muted-foreground