From 6ccdc6b34e191c68cc531e2047b7579ca6c5ee29 Mon Sep 17 00:00:00 2001 From: paulgnz Date: Tue, 23 Jul 2024 11:35:07 -0700 Subject: [PATCH] remove banner --- theme.config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index 323a0f5f7..7c4341e51 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -78,14 +78,14 @@ const config: DocsThemeConfig = { editLink: { text: '✏️ Edit this page on GitHub' }, - banner: { + /*banner: { key: 'fp-mainnet-release', text: ( 📣📣📣 ATTENTION: Fault Proofs are planned for OP Mainnet. Withdrawal claims submitted after June 3 will need to be reproven after the upgrade, which will be at least 7 days later. Click here for more info. 📣📣📣 ) - }, + },*/ useNextSeoProps() { const { asPath } = useRouter() if (asPath !== '/') {