Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df11331 commit 7cbbb24Copy full SHA for 7cbbb24
src/router/index.js
@@ -15,7 +15,7 @@ const routes = [
15
16
{ path: '/hackatom', name: 'hackatom-en-us', component: r('HackAtom') },
17
{ path: '/hackatom/zh-cn', name: 'hackatom-zh-cn', component: r('HackAtomZhCn') },
18
- { path: '/validators', name: 'validators', component: r('Validators') },
+ // { path: '/validators', name: 'validators', component: r('Validators') },
19
20
// redirects
21
{ path: '/whitepaper/en-US', redirect: '/whitepaper' },
0 commit comments