Skip to content

Commit 35c7f8b

Browse files
authored
Merge pull request #1349 from blocknative/feature/site-seo-updates
site seo content edits
2 parents a817cc3 + ee27e4b commit 35c7f8b

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

docs/src/lib/components/FeaturesSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/>
5858
<FeatureCard
5959
title={'Multiple Chain Support'}
60-
text={'Allow users to switch between chains/networks with ease.'}
60+
text={'The best connect wallet button for allowing users to switch between chains/networks with ease.'}
6161
/>
6262
</div>
6363
</Container>

docs/src/lib/components/HeroSection.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99

1010
<section style="background-image: url({heroBg});">
1111
<div class="textblock">
12-
<div class="title">Web3-Onboard</div>
12+
<div class="title">{"Web3-Onboard"}</div>
1313
<div class="text">
14-
Open-source, framework-agnostic JavaScript library to onboard users to web3 apps. Help your
15-
users transact with ease by enabling wallet connection, real-time transaction states, and
16-
more.
14+
{"Open-source, framework-agnostic JavaScript library to onboard users to web3 apps. Help your users transact with ease by enabling wallet connection, real-time transaction states, and more."}
1715
</div>
1816
<div>
1917
<CodeBlock>

docs/src/routes/__layout-homepage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
}
2626
27-
const title = 'Web3-Onboard | The easy way to connect web3 users to dapps'
27+
const title = 'Web3-Onboard | Framework-agnostic Web3 Connect Wallet Button'
2828
const metadescription =
2929
'Open-source, framework-agnostic JavaScript library to onboard users to web3 apps. Help your users transact with ease by enabling wallet connection, real-time transaction states, and more.'
3030
const url = 'https://onboard.blocknative.com/'

docs/src/routes/examples/connect-wallet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Connect Wallet Button Example
3-
description: Learn how to create a connect wallet button for your dapp with Web3-Onboard. For this example, we are going to use the injected wallets module.
2+
title: Connect Wallet Example
3+
description: Learn how to connect a wallet to your dapp with Web3-Onboard. For this example, we are going to use the injected wallets module.
44
---
55

66
<script>
77
import { ConnectWallet, ReactConnectWallet, SvelteConnectWallet } from '$lib/components'
8-
8+
99
const frameworks = ['react', 'svelte']
1010
</script>
1111

0 commit comments

Comments
 (0)