-
Web3-Onboard
+
{"Web3-Onboard"}
- 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.
+ {"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."}
diff --git a/docs/src/routes/__layout-homepage.svelte b/docs/src/routes/__layout-homepage.svelte
index 5a7736c77..373d3ce60 100644
--- a/docs/src/routes/__layout-homepage.svelte
+++ b/docs/src/routes/__layout-homepage.svelte
@@ -24,7 +24,7 @@
]
}
- const title = 'Web3-Onboard | The easy way to connect web3 users to dapps'
+ const title = 'Web3-Onboard | Framework-agnostic Web3 Connect Wallet Button'
const metadescription =
'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.'
const url = 'https://onboard.blocknative.com/'
diff --git a/docs/src/routes/examples/connect-wallet.md b/docs/src/routes/examples/connect-wallet.md
index dfb602608..775dc976a 100644
--- a/docs/src/routes/examples/connect-wallet.md
+++ b/docs/src/routes/examples/connect-wallet.md
@@ -1,11 +1,11 @@
---
-title: Connect Wallet Button Example
-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.
+title: Connect Wallet Example
+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.
---