Skip to content

Commit

Permalink
camelcase svg properties
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdm committed Mar 12, 2024
1 parent 7063129 commit be78054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/Spinner/SpinnerSVG.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const SpinnerSVG = () => {
return (<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#000">

Check warning on line 2 in web/src/components/Spinner/SpinnerSVG.jsx

View workflow job for this annotation

GitHub Actions / 🌲 Redwood CI

Replace `<svg·width="38"·height="38"·viewBox="0·0·38·38"·xmlns="http://www.w3.org/2000/svg"·stroke="#000"` with `⏎····<svg⏎······width="38"⏎······height="38"⏎······viewBox="0·0·38·38"⏎······xmlns="http://www.w3.org/2000/svg"⏎······stroke="#000"⏎····`
<g fill="none" fill-rule="evenodd">
<g transform="translate(1 1)" stroke-width="2">
<circle stroke-opacity=".25" cx="18" cy="18" r="18"/>
<g fill="none" fillRule="evenodd">

Check warning on line 3 in web/src/components/Spinner/SpinnerSVG.jsx

View workflow job for this annotation

GitHub Actions / 🌲 Redwood CI

Insert `··`
<g transform="translate(1 1)" strokeWidth="2">
<circle strokeOpacity=".25" cx="18" cy="18" r="18"/>

Check warning on line 5 in web/src/components/Spinner/SpinnerSVG.jsx

View workflow job for this annotation

GitHub Actions / 🌲 Redwood CI

Replace `··<circle·strokeOpacity=".25"·cx="18"·cy="18"·r="18"` with `<circle·strokeOpacity=".25"·cx="18"·cy="18"·r="18"·`
<path d="M36 18c0-9.94-8.06-18-18-18" />

Check warning on line 6 in web/src/components/Spinner/SpinnerSVG.jsx

View workflow job for this annotation

GitHub Actions / 🌲 Redwood CI

Delete `··`
</g>
</g>

Check warning on line 8 in web/src/components/Spinner/SpinnerSVG.jsx

View workflow job for this annotation

GitHub Actions / 🌲 Redwood CI

Insert `··`
Expand Down

0 comments on commit be78054

Please sign in to comment.