fix(settings): add .jpg extension to site-icon file input to display all jpeg images

This commit is contained in:
Yassine Doghri 2021-11-02 11:58:06 +00:00
parent 4a8147bfbb
commit f611a16cd0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
label="<?= lang('Settings.form.site_icon') ?>"
hint="<?= lang('Settings.form.site_icon_hint') ?>"
helper="<?= lang('Settings.form.site_icon_helper') ?>"
accept=".png,.jpeg"
accept=".png,.jpeg,.jpg"
class="flex-1"
/>
<?php if (config('App')->siteIcon['ico'] !== service('settings')->get('App.siteIcon')['ico']): ?>