Skip to content

Commit 72a2676

Browse files
committed
fix: 🐞 fix logo warning
1 parent 592c8c0 commit 72a2676

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/cookbook/src/components/logos/angular.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function Angular() {
66
viewBox="0 0 223 236"
77
width="32"
88
>
9-
<g clip-path="url(#a)">
9+
<g clipPath="url(#a)">
1010
<path
1111
fill="url(#b)"
1212
d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 0 39.192 84.69 0 7.937 165.115Z"
@@ -25,12 +25,12 @@ export function Angular() {
2525
y2="129.722"
2626
gradientUnits="userSpaceOnUse"
2727
>
28-
<stop stop-color="#E40035"></stop>
29-
<stop offset=".24" stop-color="#F60A48"></stop>
30-
<stop offset=".352" stop-color="#F20755"></stop>
31-
<stop offset=".494" stop-color="#DC087D"></stop>
32-
<stop offset=".745" stop-color="#9717E7"></stop>
33-
<stop offset="1" stop-color="#6C00F5"></stop>
28+
<stop stopColor="#E40035"></stop>
29+
<stop offset=".24" stopColor="#F60A48"></stop>
30+
<stop offset=".352" stopColor="#F20755"></stop>
31+
<stop offset=".494" stopColor="#DC087D"></stop>
32+
<stop offset=".745" stopColor="#9717E7"></stop>
33+
<stop offset="1" stopColor="#6C00F5"></stop>
3434
</linearGradient>
3535
<linearGradient
3636
id="c"
@@ -40,8 +40,8 @@ export function Angular() {
4040
y2="160.344"
4141
gradientUnits="userSpaceOnUse"
4242
>
43-
<stop stop-color="#FF31D9"></stop>
44-
<stop offset="1" stop-color="#FF5BE1" stop-opacity="0"></stop>
43+
<stop stopColor="#FF31D9"></stop>
44+
<stop offset="1" stopColor="#FF5BE1" stopOpacity="0"></stop>
4545
</linearGradient>
4646
<clipPath id="a">
4747
<path fill="#fff" d="M0 0h223v236H0z"></path>

0 commit comments

Comments
 (0)