Skip to content

Commit

Permalink
Added Ethlance into contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
madvas authored and rasom committed Mar 15, 2017
1 parent 44b4ac0 commit 539587d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Binary file added images/contacts/ethlance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion resources/default_contacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,21 @@
"dapp?": true,
"dapp-url":
{
"en": "https://app.augur.net"
"en": "https://app.augur.net"
}
},

"Ethlance":
{
"name":
{
"en": "Ethlance"
},
"photo-path": "contacts://ethlance",
"dapp?": true,
"dapp-url":
{
"en": "https://madvas.github.io/ethlance/resources/public/"
}
}
}
3 changes: 2 additions & 1 deletion src/status_im/resources.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
:melonport (js/require "./images/contacts/melonport.png")
:bchat (js/require "./images/contacts/bchat.png")
:dentacoin (js/require "./images/contacts/Dentacoin.png")
:augur (js/require "./images/contacts/augur.png")})
:augur (js/require "./images/contacts/augur.png")
:ethlance (js/require "./images/contacts/ethlance.png")})

0 comments on commit 539587d

Please # to comment.