🐛 (audioBubble) Remove .ogg upload option because of Safari incompatibility
This commit is contained in:
@ -44,9 +44,7 @@ export const UploadButton = ({
|
||||
display="none"
|
||||
onChange={handleInputChange}
|
||||
accept={
|
||||
fileType === 'image'
|
||||
? '.jpg, .jpeg, .png, .svg, .gif'
|
||||
: '.mp3, .wav, .ogg'
|
||||
fileType === 'image' ? '.jpg, .jpeg, .png, .svg, .gif' : '.mp3, .wav'
|
||||
}
|
||||
/>
|
||||
<Button
|
||||
|
@ -58,7 +58,7 @@ export const AudioBubbleForm = ({
|
||||
onChange={submit}
|
||||
/>
|
||||
<Text fontSize="sm" color="gray.400" textAlign="center">
|
||||
Works with .MP3s, .WAVs and .OGGs
|
||||
Works with .MP3s and .WAVs
|
||||
</Text>
|
||||
</>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user