Skip to content

Commit

Permalink
docs: fix stroke-width => strokeWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 11, 2021
1 parent 33f60c0 commit 412069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/.nextra/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Search = ({ directories }) => {
fill="none"
strokeLinecap="round"
strokeLinejoin="round"
stroke-width="2"
strokeWidth="2"
viewBox="0 0 24 24"
stroke="currentColor"
className="h-4 w-4 text-gray-400"
Expand Down

0 comments on commit 412069f

Please sign in to comment.