From e7335b0d4e2fd05684341b8e1a08e2bc90a6a0a1 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Mon, 30 Jun 2025 10:23:37 +1200 Subject: [PATCH] [Pay] Update product details from hoodie to concert ticket --- apps/playground-web/src/app/connect/pay/commerce/page.tsx | 5 +++-- apps/playground-web/src/components/pay/direct-payment.tsx | 6 +++--- .../src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/playground-web/src/app/connect/pay/commerce/page.tsx b/apps/playground-web/src/app/connect/pay/commerce/page.tsx index bff39ec8de3..96f404e89d3 100644 --- a/apps/playground-web/src/app/connect/pay/commerce/page.tsx +++ b/apps/playground-web/src/app/connect/pay/commerce/page.tsx @@ -46,8 +46,9 @@ function BuyMerch() { tokenAddress="0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" seller="0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675" feePayer="seller" - name="Black Hoodie" - description="Size L | Ships worldwide." + name="Concert Ticket" + image="https://example.com/concert-ticket.jpg" + description="Concert ticket for the upcoming show" /> ); };`} diff --git a/apps/playground-web/src/components/pay/direct-payment.tsx b/apps/playground-web/src/components/pay/direct-payment.tsx index ae2968b56d2..5fcd2aeaf12 100644 --- a/apps/playground-web/src/components/pay/direct-payment.tsx +++ b/apps/playground-web/src/components/pay/direct-payment.tsx @@ -10,10 +10,10 @@ export function BuyMerchPreview() { amount={"2"} chain={base} client={THIRDWEB_CLIENT} - description="Size L | Ships worldwide." + description="Get your ticket for The Midnight Live" feePayer="seller" - image="/drip-hoodie.png" - name="Black Hoodie" + image="https://images.unsplash.com/photo-1501281668745-f7f57925c3b4?w=500&h=300&fit=crop" + name="Concert Ticket" seller="0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675" theme="light" tokenAddress="0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" diff --git a/packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx b/packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx index 2b4d64c6ed1..837e18c49f7 100644 --- a/packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx +++ b/packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx @@ -452,7 +452,6 @@ export const EmbedContainer = /* @__PURE__ */ StyledDiv<{ color: theme.colors.selectedTextColor, }, background: theme.colors.modalBg, - border: `1px solid ${theme.colors.borderColor}`, borderRadius: radius.xl, boxSizing: "border-box", color: theme.colors.primaryText,