Skip to content

Commit

Permalink
removed svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Regikon committed Dec 21, 2024
1 parent 1dadbb9 commit 93896f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/components/picture_input/picture_input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class PictureInput extends Component {
</label>
<input
type="file"
accept="image/png, image/jpeg/, image/svg+xml, image/webp"
accept="image/png, image/jpeg/, image/webp"
className="picture-input__field"
name={this.props.name}
id={this.props.id}
Expand Down

0 comments on commit 93896f4

Please sign in to comment.