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