SoapboxConfig: fix selecting an SVG logo (but the backend errors)

This commit is contained in:
Alex Gleason
2022-11-25 15:01:49 -06:00
parent 631f3c37e3
commit 0b191a3b9f

View File

@ -202,7 +202,7 @@ const SoapboxConfig: React.FC = () => {
>
<FileInput
onChange={handleFileChange(['logo'])}
accept='image/svg,image/png'
accept='image/svg+xml,image/png'
/>
</FormGroup>