File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/thirdweb/src/react/web/ui/ConnectWallet/Modal Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ function BuyMerch() {
46
46
tokenAddress="0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
47
47
seller="0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675"
48
48
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"
51
52
/>
52
53
);
53
54
};` }
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ export function BuyMerchPreview() {
10
10
amount = { "2" }
11
11
chain = { base }
12
12
client = { THIRDWEB_CLIENT }
13
- description = "Size L | Ships worldwide. "
13
+ description = "Get your ticket for The Midnight Live "
14
14
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 "
17
17
seller = "0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675"
18
18
theme = "light"
19
19
tokenAddress = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Original file line number Diff line number Diff line change @@ -452,7 +452,6 @@ export const EmbedContainer = /* @__PURE__ */ StyledDiv<{
452
452
color : theme . colors . selectedTextColor ,
453
453
} ,
454
454
background : theme . colors . modalBg ,
455
- border : `1px solid ${ theme . colors . borderColor } ` ,
456
455
borderRadius : radius . xl ,
457
456
boxSizing : "border-box" ,
458
457
color : theme . colors . primaryText ,
You can’t perform that action at this time.
0 commit comments