Skip to content

Commit 2e47e9a

Browse files
fix: header links (#149)
1 parent 2b7b097 commit 2e47e9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

header-links.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export const headerLinks = () => {
88

99
return [
1010
{
11-
label: 'ZKsync Era',
12-
to: isDocsApp ? '/zksync-era' : `${config.public.urls.docs}/zksync-era`,
13-
active: route.path.startsWith('/zksync-era'),
11+
label: 'ZKsync Network',
12+
to: isDocsApp ? '/zksync-network' : `${config.public.urls.docs}/zksync-network`,
13+
active: route.path.startsWith('/zksync-network'),
1414
},
1515
{
16-
label: 'ZK Stack',
16+
label: 'ZKsync Stack',
1717
to: isDocsApp ? '/zk-stack' : `${config.public.urls.docs}/zk-stack`,
1818
active: route.path.startsWith('/zk-stack'),
1919
},

0 commit comments

Comments
 (0)