Skip to content

Commit 25d8727

Browse files
committed
fix svg attributes for react
1 parent b4aced8 commit 25d8727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loadingSpinner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ const svg = props => (
1212
cy="50"
1313
fill="none"
1414
stroke="#82bbe4"
15-
stroke-width="8"
15+
strokeWidth="8"
1616
r="24"
17-
stroke-dasharray="112 40"
17+
strokeDasharray="112 40"
1818
transform="rotate(138.553 50 50)">
1919
<animateTransform
2020
attributeName="transform"

0 commit comments

Comments
 (0)