Skip to content

Commit cb7b275

Browse files
committed
Add ENSv2 readiness page to navigation
1 parent f892477 commit cb7b275

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/HomePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const navigation = [
5858
['Name Wrapper', '/wrapper/overview'],
5959
['Subgraph', '/web/subgraph'],
6060
['Sign In With Ethereum (SIWE)', '/web/siwe'],
61+
['ENSv2 Readiness', '/web/ensv2-readiness'],
6162
],
6263
},
6364
]

vocs.config.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ export default defineConfig({
161161
text: 'Tools and Libraries',
162162
link: '/web/libraries',
163163
},
164+
{
165+
text: 'ENSv2 Readiness',
166+
link: '/web/ensv2-readiness',
167+
},
164168
{
165169
text: 'Web & Querying',
166170
items: [

0 commit comments

Comments
 (0)