diff --git a/favicon.png b/favicon.png index 93e0923..7bffd4b 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/src/svgs/faviconSVG.tsx b/src/svgs/faviconSVG.tsx index 8c47676..da38d41 100644 --- a/src/svgs/faviconSVG.tsx +++ b/src/svgs/faviconSVG.tsx @@ -4,35 +4,32 @@ interface IFaviconProps { } export default function FaviconSVG({ width, height }: IFaviconProps) { - width = width ? width : 30 - height = height ? height : 30 + width = width ? width : 35 + height = height ? height : 35 return ( - + + - - - + + + - +