Skip to content

Commit

Permalink
fix(Select): fix JSX typo (#1292)
Browse files Browse the repository at this point in the history
* fix: fixed clipRule typo

* fix: fill-rule typo
  • Loading branch information
nguernse authored Oct 2, 2023
1 parent 522f2cd commit 92494aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/lib/components/ui/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export const Select = <T extends string | number>({
aria-hidden="true"
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
clip-rule="evenodd"
clipRule="evenodd"
/>
</svg>
</span>
Expand Down

0 comments on commit 92494aa

Please sign in to comment.