Skip to content

Commit fa09d22

Browse files
Update wagmi-wallet-button to wagmi in AppKit Lab URLs
- Changed all instances of wagmi-wallet-button to wagmi in AppKit Lab URL query parameters - Updated 10 files across React, Next.js, Vue, Svelte, Nuxt, and JavaScript documentation - Addresses PR comment from enesozturk about wagmi-wallet-button pages no longer existing - URLs now use https://appkit-lab.reown.com/appkit/?name=wagmi format Co-Authored-By: [email protected] <[email protected]>
1 parent 3300342 commit fa09d22

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

appkit/javascript/core/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const themeMode = modal.getThemeMode();
229229
## Wallet Buttons
230230

231231

232-
Using wallet buttons ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
232+
Using wallet buttons ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
233233
This feature allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need for the traditional modal.
234234

235235
Follow these steps to use the component:

appkit/next/core/components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Components from "/snippets/appkit/shared/components.mdx";
1313
<img src="/images/assets/walletButtons.jpg" />
1414
</Frame>
1515

16-
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
16+
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
1717
This component allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need for the traditional modal.
1818

1919
Follow these steps to use the component:

appkit/next/core/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This is particularly useful when you need to access Bitcoin public keys for tran
175175

176176
The direct wallet connection hook that enables connectivity to specific wallets without opening the modal. Use this hook when you want to provide direct wallet buttons, create a customized wallet selection interface, or implement social login options.
177177

178-
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
178+
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
179179
This hook allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need to open the traditional modal.
180180
Execute this command to install the library for use it:
181181

appkit/next/core/theming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ You can also call them directly using hooks. Please check the [components](/appk
1818
<br />
1919
<Card
2020
title="Try Wallet Buttons"
21-
href="https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button"
21+
href="https://appkit-lab.reown.com/appkit/?name=wagmi"
2222
/>

appkit/nuxt/core/wallet-buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Wallet Buttons
66
<img src="/images/assets/walletButtons.jpg" />
77
</Frame>
88

9-
Using the wallet button composable ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
9+
Using the wallet button composable ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
1010

1111
Follow these steps to use the composable:
1212

appkit/react/core/components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Components from "/snippets/appkit/shared/components.mdx";
1515
<img src="/images/assets/walletButtons.jpg" />
1616
</Frame>
1717

18-
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
18+
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
1919
This component allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need to open the traditional modal.
2020

2121
Follow these steps to use the component:

appkit/react/core/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This is particularly useful when you need to access Bitcoin public keys for tran
176176

177177
The direct wallet connection hook that enables connectivity to specific wallets without opening the modal. Use this hook when you want to provide direct wallet buttons, create a customized wallet selection interface, or implement social login options.
178178

179-
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
179+
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
180180
This hook allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need to open the traditional modal.
181181
Execute this command to install the library for use it:
182182

appkit/react/core/theming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ You can also call them directly using hooks. Please check the [components](/appk
1818
<br />
1919
<Card
2020
title="Try Wallet Buttons"
21-
href="https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button"
21+
href="https://appkit-lab.reown.com/appkit/?name=wagmi"
2222
/>

appkit/svelte/core/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const appKitStore = writable(appKit);
127127
<img src="/images/assets/walletButtons.jpg" />
128128
</Frame>
129129

130-
Using the wallet button functions ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
130+
Using the wallet button functions ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
131131
This allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need to open the traditional modal.
132132

133133
Follow these steps to use wallet buttons:

appkit/vue/core/wallet-buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Wallet Buttons
66
<img src="/images/assets/walletButtons.jpg" />
77
</Frame>
88

9-
Using the wallet button composable ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi-wallet-button)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
9+
Using the wallet button composable ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR, and all the social logins.
1010

1111
Follow these steps to use the composable:
1212

0 commit comments

Comments
 (0)