Skip to content

Commit

Permalink
chore: docs(popover) - fix svg path JSX format
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Apr 17, 2024
1 parent 8ae8b16 commit 6a785c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions apps/web/examples/popover/popover.image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 9 4-4-4-4"
/>
</svg>
Expand Down Expand Up @@ -95,9 +95,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 9 4-4-4-4"
/>
</svg>
Expand Down
36 changes: 18 additions & 18 deletions apps/web/examples/popover/popover.password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M1 5.917 5.724 10.5 15 1.5"
/>
</svg>
Expand All @@ -62,9 +62,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
/>
</svg>
Expand All @@ -80,9 +80,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
/>
</svg>
Expand Down Expand Up @@ -141,9 +141,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M1 5.917 5.724 10.5 15 1.5"
/>
</svg>
Expand All @@ -159,9 +159,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
/>
</svg>
Expand All @@ -177,9 +177,9 @@ export function Component() {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
/>
</svg>
Expand Down

0 comments on commit 6a785c7

Please sign in to comment.