SoapboxConfig: fix selecting an SVG logo (but the backend errors)
This commit is contained in:
@ -202,7 +202,7 @@ const SoapboxConfig: React.FC = () => {
|
||||
>
|
||||
<FileInput
|
||||
onChange={handleFileChange(['logo'])}
|
||||
accept='image/svg,image/png'
|
||||
accept='image/svg+xml,image/png'
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user