diff --git a/docs/src/lib/components/FeaturesSection.svelte b/docs/src/lib/components/FeaturesSection.svelte index b1360cf17..f25aef7f3 100644 --- a/docs/src/lib/components/FeaturesSection.svelte +++ b/docs/src/lib/components/FeaturesSection.svelte @@ -57,7 +57,7 @@ /> diff --git a/docs/src/lib/components/HeroSection.svelte b/docs/src/lib/components/HeroSection.svelte index 65df1be19..9f03c8eb2 100644 --- a/docs/src/lib/components/HeroSection.svelte +++ b/docs/src/lib/components/HeroSection.svelte @@ -9,11 +9,9 @@
-
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. ---