Skip to content

Commit

Permalink
add commiteth dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc1c4da authored and rasom committed Mar 15, 2017
1 parent 539587d commit 04bae32
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Binary file added images/contacts/commiteth.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 @@ -174,7 +174,21 @@
"dapp?": true,
"dapp-url":
{
"en": "https://madvas.github.io/ethlance/resources/public/"
"en": "https://madvas.github.io/ethlance/resources/public/"
}
},

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

0 comments on commit 04bae32

Please # to comment.