Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit faae7c1

Browse files
fix: update svg dom property casing
1 parent dc656a1 commit faae7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/CodigaIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export default function CodigaIcon() {
2727
y2="4.23602"
2828
gradientUnits="userSpaceOnUse"
2929
>
30-
<stop stop-color="#F71C9D" />
31-
<stop offset="1" stop-color="#FC8926" />
30+
<stop stopColor="#F71C9D" />
31+
<stop offset="1" stopColor="#FC8926" />
3232
</linearGradient>
3333
</defs>
3434
</svg>

0 commit comments

Comments
 (0)