Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cbbb24

Browse files
committed
update routes
1 parent df11331 commit 7cbbb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const routes = [
1515

1616
{ path: '/hackatom', name: 'hackatom-en-us', component: r('HackAtom') },
1717
{ path: '/hackatom/zh-cn', name: 'hackatom-zh-cn', component: r('HackAtomZhCn') },
18-
{ path: '/validators', name: 'validators', component: r('Validators') },
18+
// { path: '/validators', name: 'validators', component: r('Validators') },
1919

2020
// redirects
2121
{ path: '/whitepaper/en-US', redirect: '/whitepaper' },

0 commit comments

Comments
 (0)