From 05aac9cd276f48278488b10b341c76af7fdc326f Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Wed, 10 Apr 2024 09:34:39 -0400 Subject: [PATCH] hide 5189 section for now (#25) --- nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nav.ts b/nav.ts index 3a2a473440..3e751d404c 100644 --- a/nav.ts +++ b/nav.ts @@ -171,7 +171,7 @@ export const sidebar = { text: 'Technical References', items: [ { text: 'Chain Support', link: '/solutions/technical-references/chain-support' }, - { text: 'EIP5189 vs. 4337', link: '/solutions/technical-references/5189-4337' }, + // { text: 'EIP5189 vs. 4337', link: '/solutions/technical-references/5189-4337' }, { text: 'Smart Contract Wallets', collapsed: true, items: [ { text: 'Why smart contract wallets?', link: '/solutions/technical-references/wallet-contracts/01-why' }, { text: 'Universal Deployer', link: '/solutions/technical-references/wallet-contracts/02-universal-deployer' },