Skip to content

Commit

Permalink
fix: fix too big favicon image editor (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
neatbyte-vnobis authored Nov 4, 2022
1 parent e451839 commit 03f0569
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export const FaviconAndLogo: React.FC = () => {
onChangePick={["id", "src"]}
label="Favicon"
accept={["image/png", "image/x-icon", "image/vnd.microsoft.icon"]}
imagePreviewProps={{
style: { height: 91 }
}}
description={
<span>
Supported file types: <strong>.png</strong> and{" "}
Expand Down

0 comments on commit 03f0569

Please sign in to comment.