Add Melonport to default contacts
This commit is contained in:
parent
0548ca6f98
commit
79669234f4
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -106,5 +106,19 @@
|
|||
{
|
||||
"en": "https://beta.gnosis.pm"
|
||||
}
|
||||
},
|
||||
|
||||
"melonport":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"en": "Melonport"
|
||||
},
|
||||
"photo-path": "contacts://melonport",
|
||||
"dapp?": true,
|
||||
"dapp-url":
|
||||
{
|
||||
"en": "https://portal.melonport.com/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,5 @@
|
|||
:flight-delays-suck (js/require "./images/contacts/flight-delays-suck.png")
|
||||
:jarrad (js/require "./images/contacts/jarrad.png")
|
||||
:firstblood (js/require "./images/contacts/FirstBlood.png")
|
||||
:gnosis (js/require "./images/contacts/gnosis.png")})
|
||||
:gnosis (js/require "./images/contacts/gnosis.png")
|
||||
:melonport (js/require "./images/contacts/melonport.png")})
|
||||
|
|
Loading…
Reference in New Issue