Merge pull request #18 from status-im/icon-rounded-corners

icon rounded corners
This commit is contained in:
Tatu
2017-04-10 20:24:36 +02:00
committed by GitHub
@@ -2,7 +2,7 @@
During the Alpha we are accepting example DApps as default contacts, to add your DApp to Status, you need to ensure it works on testnet (Ropsten) and submit a single commit pull request to [status-react](http://github.com/status-im/status-react) with the following:
- 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`.
- 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:
```