Skip to content

Commit 7d8b9c5

Browse files
authored
fix: svg props casing (#7902)
1 parent 6dcda98 commit 7d8b9c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ui-components/Icons/Logos/Nodejs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const NodejsIcon: FC<NodeJsLogoProps> = ({
7272
/>
7373

7474
{variant === 'pride' ? (
75-
<g clip-path="url(#clip0_1_1661)">
75+
<g clipPath="url(#clip0_1_1661)">
7676
<mask
7777
id="mask1_1_1661"
7878
style={{ maskType: 'alpha' }}
@@ -183,7 +183,7 @@ const NodejsIcon: FC<NodeJsLogoProps> = ({
183183
filterUnits="userSpaceOnUse"
184184
color-interpolation-filters="sRGB"
185185
>
186-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
186+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
187187
<feColorMatrix
188188
in="SourceAlpha"
189189
type="matrix"
@@ -218,7 +218,7 @@ const NodejsIcon: FC<NodeJsLogoProps> = ({
218218
filterUnits="userSpaceOnUse"
219219
color-interpolation-filters="sRGB"
220220
>
221-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
221+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
222222
<feColorMatrix
223223
in="SourceAlpha"
224224
type="matrix"

0 commit comments

Comments
 (0)