diff --git a/packages/web/components/elements/images/InstallationIcon.tsx b/packages/web/components/elements/images/InstallationIcon.tsx index ff515ecf5..26f9f24c1 100644 --- a/packages/web/components/elements/images/InstallationIcon.tsx +++ b/packages/web/components/elements/images/InstallationIcon.tsx @@ -4,10 +4,13 @@ type CrossIconProps = { strokeColor?: string } -export function InstallationIcon({width = 151, height = 130}: CrossIconProps): JSX.Element { +export function InstallationIcon({ + width = 151, + height = 130, +}: CrossIconProps): JSX.Element { return ( @@ -67,7 +70,7 @@ export function InstallationIcon({width = 151, height = 130}: CrossIconProps): J - + - + @@ -239,27 +242,27 @@ export function InstallationIcon({width = 151, height = 130}: CrossIconProps): J @@ -272,9 +275,9 @@ export function InstallationIcon({width = 151, height = 130}: CrossIconProps): J width="150.073" height="268.383" filterUnits="userSpaceOnUse" - color-interpolation-filters="sRGB" + colorInterpolationFilters="sRGB" > - + - + - +