fix logo url
This commit is contained in:
parent
d9e9b9c027
commit
0c1a0418af
@ -31,7 +31,7 @@ function processMenu() {
|
|||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'Osmosis',
|
title: 'Osmosis',
|
||||||
href: 'https://app.osmosis.zone',
|
href: 'https://app.osmosis.zone',
|
||||||
logo: 'http://localhost:8080/logos/osmosis.jpg',
|
logo: 'https://ping.pub/logos/osmosis.jpg',
|
||||||
})
|
})
|
||||||
chainMenus.push({ header: 'LINKS' })
|
chainMenus.push({ header: 'LINKS' })
|
||||||
if (isTestnet()) {
|
if (isTestnet()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user