tsurupin / portfolio

A blog and Portfolio CMS built with Rails, React, Redux, Material-UI, CSS Modules.
http://staging.tsurupin.com
MIT License
721 stars 149 forks source link

Fixed improper casing on reference to Material UI textbox. #68

Closed ghardin137 closed 8 years ago

ghardin137 commented 8 years ago

Looks like you accidentally went camel case here rather than initial caps. This should prevent the cms portion from failing to compile.

tsurupin commented 8 years ago

Thank you.