Skip to content

Commit 09763b0

Browse files
committed
fixed camel casing on svg
1 parent 857334d commit 09763b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/portal/src/icons/products/nebula/NebulaIcon.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function NebulaIcon(props: { className?: string }) {
1212
<path
1313
d="M8.32977 8.52315C10.2028 6.65012 12.3294 5.4367 14.224 4.96306C16.1354 4.4852 17.6707 4.78261 18.5828 5.69472C19.4949 6.60682 19.7923 8.14213 19.3145 10.0536C18.8408 11.9481 17.6274 14.0747 15.7544 15.9478C13.8814 17.8208 11.7547 19.0342 9.86018 19.5078C7.94875 19.9857 6.41345 19.6883 5.50134 18.7762C4.58924 17.8641 4.29183 16.3288 4.76969 14.4174C5.24332 12.5228 6.45674 10.3962 8.32977 8.52315Z"
1414
stroke="white"
15-
stroke-width="1.5"
15+
strokeWidth="1.5"
1616
/>
1717
<circle
1818
cx="5.55863"
@@ -21,7 +21,7 @@ export function NebulaIcon(props: { className?: string }) {
2121
transform="rotate(-90 5.55863 12.2355)"
2222
fill="#1E1E1E"
2323
stroke="white"
24-
stroke-width="1.5"
24+
strokeWidth="1.5"
2525
/>
2626
<circle
2727
cx="18.5251"
@@ -30,7 +30,7 @@ export function NebulaIcon(props: { className?: string }) {
3030
transform="rotate(-90 18.5251 12.2355)"
3131
fill="#1E1E1E"
3232
stroke="white"
33-
stroke-width="1.5"
33+
strokeWidth="1.5"
3434
/>
3535
<circle
3636
cx="12.0421"

0 commit comments

Comments
 (0)