Skip to content

Commit cfc0a75

Browse files
fix: protocol links, icon (#447)
1 parent b0373cf commit cfc0a75

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/20.zksync-protocol/00.index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on ZKsync.
4343
::card
4444
---
4545
title: Contracts
46-
icon: i-emojione-monotone-yin-yang
46+
icon: i-heroicons-document-magnifying-glass-16-solid
4747
to: /zksync-protocol/contracts
4848
---
4949
Understand the contracts managing ZKsync protocol on L1 and L2
@@ -60,23 +60,23 @@ on ZKsync.
6060
---
6161
title: Compilers
6262
icon: i-heroicons-cog
63-
to: /zksync-protocol/compiler
63+
to: /zksync-protocol/compiler/toolchain
6464
---
6565
Introduce yourself to the compilers for the ZKsync Virtual Machine.
6666
::
6767
::card
6868
---
6969
title: Security
7070
icon: i-heroicons-shield-check
71-
to: /zksync-protocol/security
71+
to: /zksync-protocol/security/audits
7272
---
7373
Understand the ZKsync security.
7474
::
7575
::card
7676
---
7777
title: Ethereum Differences
7878
icon: i-heroicons-adjustments-horizontal-16-solid
79-
to: /zksync-protocol/differences
79+
to: /zksync-protocol/differences/evm-instructions
8080
---
8181
Learn about the key distinctions between Ethereum Layer 1 and ZKsync.
8282
::

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default defineNuxtConfig({
111111
'heroicons:book-open-solid',
112112
'heroicons:square-3-stack-3d-16-solid',
113113
'heroicons:question-mark-circle',
114+
'heroicons:document-magnifying-glass-16-solid',
114115
'vscode-icons:file-type-bun',
115116
'vscode-icons:file-type-npm',
116117
'vscode-icons:file-type-pnpm',

0 commit comments

Comments
 (0)