Skip to content

Commit

Permalink
appease react with camelCase strokeWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jun 25, 2023
1 parent cc26f41 commit 53d3ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/QAModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function QAModal({
cy="12"
r="10"
stroke="currentColor"
stroke-width="4"
strokeWidth="4"
></circle>
<path
className="opacity-75"
Expand Down
2 changes: 1 addition & 1 deletion src/components/TextToImgModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function TextToImgModal({
cy="12"
r="10"
stroke="currentColor"
stroke-width="4"
strokeWidth="4"
></circle>
<path
className="opacity-75"
Expand Down

0 comments on commit 53d3ab8

Please sign in to comment.