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() {
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 };` }
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments