Skip to content

Commit 17559e5

Browse files
authored
chore: remove blocknative links from header (#2381)
1 parent e13d038 commit 17559e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/src/lib/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--padding="2rem"
2626
>
2727
<Flexbox --direction="row" --gap="2rem" --padding="0">
28-
<a class="icon-link" href="//github.com/blocknative/web3-onboard" target="_blank">
28+
<a class="icon-link" href="//github.com/thirdweb-dev/web3-onboard" target="_blank">
2929
<GitHubIcon width={iconSize} height={iconSize} />
3030
<span class="sr-only">Github</span>
3131
</a>

docs/src/routes/+layout.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
{ title: 'Documentation', slug: '/docs', match: /\/docs/ },
2929
{ title: 'Examples', slug: '/examples', match: /\/examples/ },
3030
{ title: 'FAQ', slug: '/faq', match: /\/faq/ },
31-
{ title: 'Blog', slug: 'https://www.blocknative.com/blog/tag/web3-onboard' }
3231
]
3332
}
3433
@@ -71,8 +70,6 @@
7170
<div slot="navbar-right-alt">
7271
<div class="flex items-center">
7372
<ConnectWalletButton />
74-
<SocialLink type="gitHub" href="//github.com/blocknative/web3-onboard" class="socialIcon" />
75-
<SocialLink type="discord" href="//discord.com/invite/KZaBVME" class="socialIcon" />
7673
</div>
7774
</div>
7875

0 commit comments

Comments
 (0)