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 @@
-