Skip to content
Snippets Groups Projects
Commit f611a16c authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 4a8147bf
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
label="<?= lang('Settings.form.site_icon') ?>" label="<?= lang('Settings.form.site_icon') ?>"
hint="<?= lang('Settings.form.site_icon_hint') ?>" hint="<?= lang('Settings.form.site_icon_hint') ?>"
helper="<?= lang('Settings.form.site_icon_helper') ?>" helper="<?= lang('Settings.form.site_icon_helper') ?>"
accept=".png,.jpeg" accept=".png,.jpeg,.jpg"
class="flex-1" class="flex-1"
/> />
<?php if (config('App')->siteIcon['ico'] !== service('settings')->get('App.siteIcon')['ico']): ?> <?php if (config('App')->siteIcon['ico'] !== service('settings')->get('App.siteIcon')['ico']): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment