Skip to content

Commit

Permalink
Merge pull request #23 from khakimov/fix/waiting-stroke-opacity
Browse files Browse the repository at this point in the history
fix: stroke-opacity to strokeOpacity
  • Loading branch information
UdaraJay committed Nov 14, 2023
2 parents 2ee0687 + b4ca798 commit ad36837
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 ad36837

Please sign in to comment.