Skip to content

Commit

Permalink
fix svg props
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 3, 2024
1 parent eb86d91 commit 56f4fa0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/web-app/app/_ui/project/citizend-project-description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const StepOne = () => (
width="78.0131"
height="78.0131"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
Expand All @@ -51,9 +51,9 @@ const StepOne = () => (
width="56.8059"
height="57.23"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
Expand Down Expand Up @@ -115,9 +115,9 @@ const StepTwo = () => (
width="81.4486"
height="81.4486"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
Expand All @@ -136,9 +136,9 @@ const StepTwo = () => (
width="60.2414"
height="60.6656"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
Expand Down Expand Up @@ -200,9 +200,9 @@ const StepThree = () => (
width="78.0131"
height="78.0131"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
Expand All @@ -221,9 +221,9 @@ const StepThree = () => (
width="56.8059"
height="57.23"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
colorInterpolationFilters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
Expand Down

0 comments on commit 56f4fa0

Please sign in to comment.