Update resources.cljs path

This commit is contained in:
kemargrant 2017-07-18 01:50:39 -04:00 committed by GitHub
parent 0f87194755
commit 181e4cbfbc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ During the Alpha we are accepting example DApps as default contacts, to add your
- Place a square icon(`85x85px` or `192x192`) of your DApp to `images/contacts` directory. The file should be named the same as your DApp, for example `my-dapp.png`. Make sure your icon fits and looks good with rounded corners.
- Add information about this icon to `src/status_im/resources.cljs`, for example:
- Add information about this icon to `react-native/src/status_im/resources.cljs`, for example:
```
(def contacts
{:auction-house (js/require "./images/contacts/auction-house.png")