From 5223dd408aca73813dc6f031b5fe293ba268f139 Mon Sep 17 00:00:00 2001 From: Phillip Ho Date: Wed, 23 Jul 2025 14:31:27 +0800 Subject: [PATCH] chore: remove blocknative links from header --- docs/src/lib/components/Footer.svelte | 2 +- docs/src/routes/+layout.svelte | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/lib/components/Footer.svelte b/docs/src/lib/components/Footer.svelte index c049d10ec..e51c7936b 100644 --- a/docs/src/lib/components/Footer.svelte +++ b/docs/src/lib/components/Footer.svelte @@ -25,7 +25,7 @@ --padding="2rem" > - + Github diff --git a/docs/src/routes/+layout.svelte b/docs/src/routes/+layout.svelte index e02a2e2ef..ed5b5dbb0 100644 --- a/docs/src/routes/+layout.svelte +++ b/docs/src/routes/+layout.svelte @@ -28,7 +28,6 @@ { title: 'Documentation', slug: '/docs', match: /\/docs/ }, { title: 'Examples', slug: '/examples', match: /\/examples/ }, { title: 'FAQ', slug: '/faq', match: /\/faq/ }, - { title: 'Blog', slug: 'https://www.blocknative.com/blog/tag/web3-onboard' } ] } @@ -71,8 +70,6 @@
-