MyBitFoundation / MyBit-Trust.app

🔷🔏 MyBit Trust Application Front End
https://trust.mybit.io
MIT License
1 stars 8 forks source link

Correct questionMark.svg import path #3

Closed bookmoons closed 5 years ago

bookmoons commented 6 years ago

Corrects a small capitalization error in an import path. The RedeemPage code imports components/input/questionMark.svg. The file is at components/Input/questionMark.svg. Running the site locally shows this error:

ERROR in ./app/containers/RedeemPage/index.js
Module not found: Error: Can't resolve 'components/input/questionMark.svg' in '/home/user/repo/github/bookmoons/MyBit-Trust.website/app/containers/RedeemPage'
 @ ./app/containers/RedeemPage/index.js 27:0-61 184:19-31
 @ ./app/containers/RedeemPage/Loadable.js
 @ ./app/containers/App/index.js
 @ ./app/app.js
 @ multi eventsource-polyfill webpack-hot-middleware/client?reload=true ./app/app.js

Captalizes Input in the import path.

A code search finds no other imports of the file needing update.