Skip to content

Commit d3964aa

Browse files
authored
fix: invalid property name "stop-color" (#6947)
1 parent d2f278a commit d3964aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/components/Icons/Social/Mastodon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Mastodon: FC<SVGProps<SVGSVGElement>> = props => (
2626
y2="79"
2727
gradientUnits="userSpaceOnUse"
2828
>
29-
<stop stop-color="#6364FF" />
30-
<stop offset="1" stop-color="#563ACC" />
29+
<stop stopColor="#6364FF" />
30+
<stop offset="1" stopColor="#563ACC" />
3131
</linearGradient>
3232
</defs>
3333
</svg>

0 commit comments

Comments
 (0)