We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f278a commit d3964aaCopy full SHA for d3964aa
1 file changed
apps/site/components/Icons/Social/Mastodon.tsx
@@ -26,8 +26,8 @@ const Mastodon: FC<SVGProps<SVGSVGElement>> = props => (
26
y2="79"
27
gradientUnits="userSpaceOnUse"
28
>
29
- <stop stop-color="#6364FF" />
30
- <stop offset="1" stop-color="#563ACC" />
+ <stop stopColor="#6364FF" />
+ <stop offset="1" stopColor="#563ACC" />
31
</linearGradient>
32
</defs>
33
</svg>
0 commit comments