We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b097 commit 2e47e9aCopy full SHA for 2e47e9a
1 file changed
header-links.ts
@@ -8,12 +8,12 @@ export const headerLinks = () => {
8
9
return [
10
{
11
- label: 'ZKsync Era',
12
- to: isDocsApp ? '/zksync-era' : `${config.public.urls.docs}/zksync-era`,
13
- active: route.path.startsWith('/zksync-era'),
+ label: 'ZKsync Network',
+ to: isDocsApp ? '/zksync-network' : `${config.public.urls.docs}/zksync-network`,
+ active: route.path.startsWith('/zksync-network'),
14
},
15
16
- label: 'ZK Stack',
+ label: 'ZKsync Stack',
17
to: isDocsApp ? '/zk-stack' : `${config.public.urls.docs}/zk-stack`,
18
active: route.path.startsWith('/zk-stack'),
19
0 commit comments