Skip to content

Commit

Permalink
fix: invalid property name "stop-color" (#6947)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Jul 27, 2024
1 parent d2f278a commit d3964aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/components/Icons/Social/Mastodon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const Mastodon: FC<SVGProps<SVGSVGElement>> = props => (
y2="79"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#6364FF" />
<stop offset="1" stop-color="#563ACC" />
<stop stopColor="#6364FF" />
<stop offset="1" stopColor="#563ACC" />
</linearGradient>
</defs>
</svg>
Expand Down

0 comments on commit d3964aa

Please sign in to comment.