Skip to content

Commit

Permalink
fix: gh-107 rename stroke-width to strokeWidth.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Jan 18, 2024
1 parent 79d2661 commit d971f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Document/searchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SearchForm = ({
width={18}
height={18}
viewBox="0 0 24 24"
stroke-width={2}
strokeWidth={2}
stroke="currentColor"
fill="none"
strokeLinecap="round"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/key/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function Keys() {
width={24}
height={24}
viewBox="0 0 24 24"
stroke-width={2}
strokeWidth={2}
stroke="currentColor"
fill="none"
strokeLinecap="round"
Expand Down

1 comment on commit d971f53

@vercel
Copy link

@vercel vercel bot commented on d971f53 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.