Skip to content

Commit 0ca434f

Browse files
committed
fixerd stop-color to stopColor
1 parent 4d0dc55 commit 0ca434f

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

components/Footer.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ export function FooterContent() {
231231
y2="29.367"
232232
gradientUnits="userSpaceOnUse"
233233
>
234-
<stop stop-color="#8E59FF" />
235-
<stop offset="1" stop-color="#6888F9" />
234+
<stop stopColor="#8E59FF" />
235+
<stop offset="1" stopColor="#6888F9" />
236236
</linearGradient>
237237
<linearGradient
238238
id="paint1_linear_2775_22293"
@@ -242,8 +242,8 @@ export function FooterContent() {
242242
y2="-1.36739"
243243
gradientUnits="userSpaceOnUse"
244244
>
245-
<stop stop-color="#8E59FF" />
246-
<stop offset="1" stop-color="#6888F9" />
245+
<stop stopColor="#8E59FF" />
246+
<stop offset="1" stopColor="#6888F9" />
247247
</linearGradient>
248248
<clipPath id="clip0_2775_22293">
249249
<rect
@@ -288,8 +288,8 @@ export function FooterContent() {
288288
y2="29.367"
289289
gradientUnits="userSpaceOnUse"
290290
>
291-
<stop stop-color="#8E59FF" />
292-
<stop offset="1" stop-color="#6888F9" />
291+
<stop stopColor="#8E59FF" />
292+
<stop offset="1" stopColor="#6888F9" />
293293
</linearGradient>
294294
<linearGradient
295295
id="paint1_linear_2775_765"
@@ -299,8 +299,8 @@ export function FooterContent() {
299299
y2="-1.36739"
300300
gradientUnits="userSpaceOnUse"
301301
>
302-
<stop stop-color="#8E59FF" />
303-
<stop offset="1" stop-color="#6888F9" />
302+
<stop stopColor="#8E59FF" />
303+
<stop offset="1" stopColor="#6888F9" />
304304
</linearGradient>
305305
<clipPath id="clip0_2775_765">
306306
<rect

public/blur.svg

Lines changed: 4 additions & 4 deletions
Loading

public/logo-dark.svg

Lines changed: 12 additions & 12 deletions
Loading

public/logo-light.svg

Lines changed: 12 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)