SoapboxConfig: fix selecting an SVG logo (but the backend errors)
This commit is contained in:
parent
631f3c37e3
commit
0b191a3b9f
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ const SoapboxConfig: React.FC = () => {
|
|||
>
|
||||
<FileInput
|
||||
onChange={handleFileChange(['logo'])}
|
||||
accept='image/svg,image/png'
|
||||
accept='image/svg+xml,image/png'
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue