Skip to content

Commit 26e1486

Browse files
committed
make lint again
1 parent 18496a3 commit 26e1486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/components/Icons/VSCodeInsidersIcon.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export const VSCodeInsidersIcon = (props: SvgIconProps) => (
6161
width="224.045"
6262
height="226.988"
6363
filterUnits="userSpaceOnUse"
64-
color-interpolation-filters="sRGB"
64+
colorInterpolationFilters="sRGB"
6565
>
66-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
66+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
6767
<feColorMatrix
6868
in="SourceAlpha"
6969
type="matrix"
@@ -94,9 +94,9 @@ export const VSCodeInsidersIcon = (props: SvgIconProps) => (
9494
width="122.618"
9595
height="297.191"
9696
filterUnits="userSpaceOnUse"
97-
color-interpolation-filters="sRGB"
97+
colorInterpolationFilters="sRGB"
9898
>
99-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
99+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
100100
<feColorMatrix
101101
in="SourceAlpha"
102102
type="matrix"

0 commit comments

Comments
 (0)