File tree 1 file changed +1
-12
lines changed
examples/react/src/components
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ export const Connected = () => {
518
518
/>
519
519
< CardButton
520
520
title = "Wallet Widget Inventory"
521
- description = "View your items by collection"
521
+ description = "Open the wallet widget with a specific collection"
522
522
onClick = { ( ) =>
523
523
setOpenWalletModal ( true , {
524
524
defaultNavigation : {
@@ -533,17 +533,6 @@ export const Connected = () => {
533
533
} )
534
534
}
535
535
/>
536
- < CardButton
537
- title = "Wallet Widget Collectibles"
538
- description = "View your integrated wallet collectibles"
539
- onClick = { ( ) =>
540
- setOpenWalletModal ( true , {
541
- defaultNavigation : {
542
- location : 'search-collectibles'
543
- }
544
- } )
545
- }
546
- />
547
536
{ ( sponsoredContractAddresses [ chainId ] || networkForCurrentChainId . testnet ) && isWaasConnectionActive && (
548
537
< CardButton
549
538
title = "Send sponsored transaction"
You can’t perform that action at this time.
0 commit comments