File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/ui-components/Icons/Logos Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments