Skip to content

Commit

Permalink
fix: code cleanup ico format
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Nov 25, 2024
1 parent 363ed8b commit 64c4ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/theme/theme-designer/theme-designer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
hidden
#selectedFileInputFavicon
(change)="onFileUpload($event, RefType.Favicon)"
accept=".png, .jpg, .jpeg, .ico"
accept=".png, .jpg, .jpeg"
/>

<div class="field col-12 mb-3">
Expand Down

0 comments on commit 64c4ee8

Please sign in to comment.