CryptoDefiTools / drip-account-manager

Drip Account Manager helps you manage your DRIP accounts. It provides a simple and easy to use user interface to interact with the DRIP smart contracts without the need of using wallets such as metamask.
MIT License
3 stars 8 forks source link

Case sensitivity on the icons folder #3

Open seanwcom opened 2 years ago

seanwcom commented 2 years ago

Hey, just a quick note that these paths where you use ./Icons will break on Linux, MacOS, and WSL2 since they are case sensitive. It was a quick fix on my end, just wanted to pass that along here.

Thanks!

https://github.com/CryptoDefiTools/drip-account-manager/blob/0dc069bb024bbef9e140ed1b195763bfe04ba13c/components/AddressDetailsComponent.js#L2

https://github.com/CryptoDefiTools/drip-account-manager/blob/0dc069bb024bbef9e140ed1b195763bfe04ba13c/components/Donate.js#L3

https://github.com/CryptoDefiTools/drip-account-manager/blob/0dc069bb024bbef9e140ed1b195763bfe04ba13c/components/CollapsibleTableRow.js#L3-L4