expend gon blockchains
This commit is contained in:
parent
d4329a9e3f
commit
0bdacf279d
@ -14,13 +14,14 @@ function processMenu() {
|
||||
})
|
||||
|
||||
if (blockchains.length > 1) {
|
||||
chainMenus.push({ header: 'ecosystem' })
|
||||
chainMenus.push({
|
||||
title: 'blockchains',
|
||||
children: blockchains,
|
||||
tag: `${blockchains.length}`,
|
||||
icon: 'https://ping.pub/logo.svg',
|
||||
})
|
||||
chainMenus.push({ header: 'Game of NFT' })
|
||||
// chainMenus.push({
|
||||
// title: 'blockchains',
|
||||
// children: blockchains,
|
||||
// tag: `${blockchains.length}`,
|
||||
// icon: 'https://ping.pub/logo.svg',
|
||||
// })
|
||||
blockchains.forEach(item => chainMenus.push(item))
|
||||
}
|
||||
|
||||
chainMenus.push({ header: 'sponsors' })
|
||||
|
Loading…
Reference in New Issue
Block a user