From 4f195a8331e82e506fc6115ed66d31a2cc737e4c Mon Sep 17 00:00:00 2001 From: Andrew Bustos Date: Sat, 22 Apr 2023 15:17:00 -0700 Subject: [PATCH] Added m4a and mpga accept types --- comps/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps/Form.js b/comps/Form.js index 41e0248..904ffcd 100644 --- a/comps/Form.js +++ b/comps/Form.js @@ -67,7 +67,7 @@ export const Form = ({ input, outputHandler, toggleSubmitted }) => { required type='file' name='file' - accept='audio/*' + accept='audio/*, .m4a, .mpga' color='brand.800' onChange={changeFile} borderColor='brand.900'