Skip to content

Commit cd778d2

Browse files
Update example items
1 parent 278b125 commit cd778d2

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

examples/react/src/components/Connected.tsx

+1-12
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export const Connected = () => {
518518
/>
519519
<CardButton
520520
title="Wallet Widget Inventory"
521-
description="View your items by collection"
521+
description="Open the wallet widget with a specific collection"
522522
onClick={() =>
523523
setOpenWalletModal(true, {
524524
defaultNavigation: {
@@ -533,17 +533,6 @@ export const Connected = () => {
533533
})
534534
}
535535
/>
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-
/>
547536
{(sponsoredContractAddresses[chainId] || networkForCurrentChainId.testnet) && isWaasConnectionActive && (
548537
<CardButton
549538
title="Send sponsored transaction"

0 commit comments

Comments
 (0)