From b882ad7807cbd2adb87a292efaeb4f35088e31e2 Mon Sep 17 00:00:00 2001 From: MananTank Date: Tue, 1 Jul 2025 20:10:18 +0000 Subject: [PATCH] Playground: Fix in-app-wallet ConnectEmbed prebuilt ui code snippet (#7492) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates the `page.tsx` file in the `in-app-wallet` directory to improve the formatting of the `wallets` configuration and the `App` function, ensuring consistent indentation and structure. ### Detailed summary - Reformatted the `wallets` array for improved readability. - Changed the indentation of the `auth` and `executionMode` properties. - Updated the `App` function to have consistent spacing around the return statement. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Style** * Improved formatting and readability of code examples and component structure in the in-app wallet integration page. No changes to functionality. --- .../src/app/connect/in-app-wallet/page.tsx | 71 ++++++++++--------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/apps/playground-web/src/app/connect/in-app-wallet/page.tsx b/apps/playground-web/src/app/connect/in-app-wallet/page.tsx index 6e51d5db370..0cde2f5a711 100644 --- a/apps/playground-web/src/app/connect/in-app-wallet/page.tsx +++ b/apps/playground-web/src/app/connect/in-app-wallet/page.tsx @@ -41,43 +41,44 @@ function UIIntegration() { return (
); -};`} +function App() { + return ; +}`} header={{ description: "Instant out of the box authentication with a prebuilt UI.",