forked from cerc-io/cosmos-explorer
remove social links
This commit is contained in:
parent
9c900bcd54
commit
a695db9320
@ -42,20 +42,15 @@ function processMenu() {
|
|||||||
icon: 'GithubIcon',
|
icon: 'GithubIcon',
|
||||||
})
|
})
|
||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'Discord',
|
title: 'FAQ',
|
||||||
href: 'https://discord.gg/CmjYVSr6GW',
|
href: 'https://github.com/ping-pub/explorer/discussions',
|
||||||
icon: 'EyeIcon',
|
icon: 'MessageSquareIcon',
|
||||||
})
|
})
|
||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'Twitter',
|
title: 'Twitter',
|
||||||
href: 'https://twitter.com/ping_pub',
|
href: 'https://twitter.com/ping_pub',
|
||||||
icon: 'TwitterIcon',
|
icon: 'TwitterIcon',
|
||||||
})
|
})
|
||||||
chainMenus.push({
|
|
||||||
title: 'Telegram',
|
|
||||||
href: 'https://t.me/pingpub',
|
|
||||||
icon: 'SendIcon',
|
|
||||||
})
|
|
||||||
|
|
||||||
return chainMenus
|
return chainMenus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user