Skip to content

Commit 04cfbca

Browse files
committed
Update page.blade.php
1 parent 4cb312d commit 04cfbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/page.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@if($page->littlelink_name != '')
1313
<div class="form-group col-lg-8">
1414
<label>Logo</label>
15-
<input type="file" class="form-control-file" name="image">
15+
<input type="file" accept="image/jpeg,image/jpg,image/png" class="form-control-file" name="image">
1616
</div>
1717
@endif
1818

0 commit comments

Comments
 (0)