fix: stop-color to stopColor in JSX

main template
Carsten Kragelund 2023-08-09 09:02:35 +02:00
parent c1a604113a
commit 8678287b18
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
1 changed files with 4 additions and 4 deletions

@ -37,8 +37,8 @@ export function Header({ navigation }: HeaderProps) {
y2="16.181"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#22d3ee" />
<stop offset="1" stop-color="#99f6e4" />
<stop stopColor="#22d3ee" />
<stop offset="1" stopColor="#99f6e4" />
</linearGradient>
</defs>
</svg>
@ -106,8 +106,8 @@ export function Header({ navigation }: HeaderProps) {
y2="16.181"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#0891b2" />
<stop offset="1" stop-color="#14b8a6" />
<stop stopColor="#0891b2" />
<stop offset="1" stopColor="#14b8a6" />
</linearGradient>
</defs>
</svg>