add commiteth dapp

This commit is contained in:
Jarrad Hope 2017-03-14 12:44:04 +01:00 committed by Roman Volosovskyi
parent 539587d38b
commit 04bae32005
3 changed files with 17 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@ -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"
}
}
}

View File

@ -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")})