Fix for issue #34.
I reviewed the React code on the client side, and I made two changes:
Replace class with className in order to comply with JSX rules
Rename creative-collab.css into board.css because this file is imported inside board.js, and it was quite confusing as we also have CreativeCollab component.
Fix for issue #34. I reviewed the React code on the client side, and I made two changes:
class
withclassName
in order to comply with JSX rulescreative-collab.css
intoboard.css
because this file is imported insideboard.js
, and it was quite confusing as we also haveCreativeCollab
component.