Skip to content

Commit e76c506

Browse files
docs(popover) - fix svg path JSX format (#1372)
chore: docs(popover) - fix svg path JSX format
1 parent 8ae8b16 commit e76c506

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

apps/web/examples/popover/popover.image.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export function Component() {
3434
>
3535
<path
3636
stroke="currentColor"
37-
stroke-linecap="round"
38-
stroke-linejoin="round"
39-
stroke-width="2"
37+
strokeLinecap="round"
38+
strokeLinejoin="round"
39+
strokeWidth="2"
4040
d="m1 9 4-4-4-4"
4141
/>
4242
</svg>
@@ -95,9 +95,9 @@ export function Component() {
9595
>
9696
<path
9797
stroke="currentColor"
98-
stroke-linecap="round"
99-
stroke-linejoin="round"
100-
stroke-width="2"
98+
strokeLinecap="round"
99+
strokeLinejoin="round"
100+
strokeWidth="2"
101101
d="m1 9 4-4-4-4"
102102
/>
103103
</svg>

apps/web/examples/popover/popover.password.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export function Component() {
4444
>
4545
<path
4646
stroke="currentColor"
47-
stroke-linecap="round"
48-
stroke-linejoin="round"
49-
stroke-width="2"
47+
strokeLinecap="round"
48+
strokeLinejoin="round"
49+
strokeWidth="2"
5050
d="M1 5.917 5.724 10.5 15 1.5"
5151
/>
5252
</svg>
@@ -62,9 +62,9 @@ export function Component() {
6262
>
6363
<path
6464
stroke="currentColor"
65-
stroke-linecap="round"
66-
stroke-linejoin="round"
67-
stroke-width="2"
65+
strokeLinecap="round"
66+
strokeLinejoin="round"
67+
strokeWidth="2"
6868
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
6969
/>
7070
</svg>
@@ -80,9 +80,9 @@ export function Component() {
8080
>
8181
<path
8282
stroke="currentColor"
83-
stroke-linecap="round"
84-
stroke-linejoin="round"
85-
stroke-width="2"
83+
strokeLinecap="round"
84+
strokeLinejoin="round"
85+
strokeWidth="2"
8686
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
8787
/>
8888
</svg>
@@ -141,9 +141,9 @@ export function Component() {
141141
>
142142
<path
143143
stroke="currentColor"
144-
stroke-linecap="round"
145-
stroke-linejoin="round"
146-
stroke-width="2"
144+
strokeLinecap="round"
145+
strokeLinejoin="round"
146+
strokeWidth="2"
147147
d="M1 5.917 5.724 10.5 15 1.5"
148148
/>
149149
</svg>
@@ -159,9 +159,9 @@ export function Component() {
159159
>
160160
<path
161161
stroke="currentColor"
162-
stroke-linecap="round"
163-
stroke-linejoin="round"
164-
stroke-width="2"
162+
strokeLinecap="round"
163+
strokeLinejoin="round"
164+
strokeWidth="2"
165165
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
166166
/>
167167
</svg>
@@ -177,9 +177,9 @@ export function Component() {
177177
>
178178
<path
179179
stroke="currentColor"
180-
stroke-linecap="round"
181-
stroke-linejoin="round"
182-
stroke-width="2"
180+
strokeLinecap="round"
181+
strokeLinejoin="round"
182+
strokeWidth="2"
183183
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
184184
/>
185185
</svg>

0 commit comments

Comments
 (0)