forked from LaconicNetwork/cosmos-explorer
fix links issue
This commit is contained in:
parent
9f2fe03f33
commit
28f56fb715
@ -57,7 +57,8 @@ function shortName(name: string, id: string) {
|
||||
: name;
|
||||
}
|
||||
|
||||
const comLinks = [
|
||||
const comLinks = computed(()=> {
|
||||
return [
|
||||
{
|
||||
name: 'Website',
|
||||
icon: 'mdi-web',
|
||||
@ -79,6 +80,7 @@ const comLinks = [
|
||||
href: store.github,
|
||||
},
|
||||
];
|
||||
})
|
||||
|
||||
// wallet box
|
||||
const change = computed(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user