From 9932b33fdeed27b191e4ba53687960c1e67b2bf1 Mon Sep 17 00:00:00 2001 From: gitstart-omnivore Date: Mon, 28 Mar 2022 17:16:26 +0000 Subject: [PATCH] fix svg attr naming issues --- .../elements/images/InstallationIcon.tsx | 77 ++++++++++--------- 1 file changed, 40 insertions(+), 37 deletions(-) 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" > - + - + - +