Skip to content

Commit 85a5037

Browse files
[Playground] Update product details from hoodie to concert ticket (#7473)
1 parent fd67c5d commit 85a5037

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/playground-web/src/app/connect/pay/commerce/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ function BuyMerch() {
4646
tokenAddress="0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
4747
seller="0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675"
4848
feePayer="seller"
49-
name="Black Hoodie"
50-
description="Size L | Ships worldwide."
49+
name="Concert Ticket"
50+
image="https://example.com/concert-ticket.jpg"
51+
description="Concert ticket for the upcoming show"
5152
/>
5253
);
5354
};`}

apps/playground-web/src/components/pay/direct-payment.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export function BuyMerchPreview() {
1010
amount={"2"}
1111
chain={base}
1212
client={THIRDWEB_CLIENT}
13-
description="Size L | Ships worldwide."
13+
description="Get your ticket for The Midnight Live"
1414
feePayer="seller"
15-
image="/drip-hoodie.png"
16-
name="Black Hoodie"
15+
image="https://images.unsplash.com/photo-1501281668745-f7f57925c3b4?w=500&h=300&fit=crop"
16+
name="Concert Ticket"
1717
seller="0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675"
1818
theme="light"
1919
tokenAddress="0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"

packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ export const EmbedContainer = /* @__PURE__ */ StyledDiv<{
452452
color: theme.colors.selectedTextColor,
453453
},
454454
background: theme.colors.modalBg,
455-
border: `1px solid ${theme.colors.borderColor}`,
456455
borderRadius: radius.xl,
457456
boxSizing: "border-box",
458457
color: theme.colors.primaryText,

0 commit comments

Comments
 (0)