Skip to content

Commit

Permalink
fix: stroke-opacity to strokeOpacity
Browse files Browse the repository at this point in the history
  • Loading branch information
khakimov committed Nov 13, 2023
1 parent 2ee0687 commit b4ca798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Waiting(props) {
>
<g fill="none" fillRule="evenodd">
<g transform="translate(1 1)" stroke-width="3">
<circle stroke-opacity=".5" cx="18" cy="18" r="18" />
<circle strokeOpacity=".5" cx="18" cy="18" r="18" />
<path d="M36 18c0-9.94-8.06-18-18-18">
<animateTransform
attributeName="transform"
Expand Down

0 comments on commit b4ca798

Please sign in to comment.