hicetnunc icon indicating copy to clipboard operation
hicetnunc copied to clipboard

Bugfix - Fix property names on SVG

Open TezzardzGoneWild opened this issue 2 years ago • 0 comments

One of the SVGs had multiple properties using dashes instead of camelCase (ex. stroke-width instead of strokeWidth). React doesn't read / apply these properly and will throw errors in the console. Similarly, React requires className to be used instead of class

TezzardzGoneWild avatar Nov 07 '21 02:11 TezzardzGoneWild