forked from cerc-io/cosmos-explorer
reorder links
This commit is contained in:
parent
a695db9320
commit
ba743e2085
@ -37,9 +37,9 @@ function processMenu() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'Github',
|
title: 'Twitter',
|
||||||
href: 'https://github.com/ping-pub/explorer',
|
href: 'https://twitter.com/ping_pub',
|
||||||
icon: 'GithubIcon',
|
icon: 'TwitterIcon',
|
||||||
})
|
})
|
||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'FAQ',
|
title: 'FAQ',
|
||||||
@ -47,9 +47,9 @@ function processMenu() {
|
|||||||
icon: 'MessageSquareIcon',
|
icon: 'MessageSquareIcon',
|
||||||
})
|
})
|
||||||
chainMenus.push({
|
chainMenus.push({
|
||||||
title: 'Twitter',
|
title: 'Github',
|
||||||
href: 'https://twitter.com/ping_pub',
|
href: 'https://github.com/ping-pub/explorer',
|
||||||
icon: 'TwitterIcon',
|
icon: 'GithubIcon',
|
||||||
})
|
})
|
||||||
|
|
||||||
return chainMenus
|
return chainMenus
|
||||||
|
Loading…
Reference in New Issue
Block a user