Skip to content

Commit

Permalink
Merge pull request #44 from 0xsequence/2437-demo-renaming
Browse files Browse the repository at this point in the history
rename embedded wallet option to inventory
  • Loading branch information
SamueleA authored May 13, 2024
2 parents 556e489 + 89dc7fc commit 909ae58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/next/src/app/components/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const Connected = () => {
Demos
</Text>
<CardButton
title="Embedded wallet"
title="Inventory"
description="Connect a Sequence wallet to view, swap, send, and receive collections"
onClick={() => setOpenWalletModal(true)}
/>
Expand Down
4 changes: 2 additions & 2 deletions examples/react/src/components/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export const Homepage = () => {
onClick={onClickCheckout}
/> */}
<ClickableCard
title="Embedded wallet"
title="Inventory"
description="Connect a Sequence wallet to view, swap, send, and receive collections"
onClick={() => setOpenWalletModal(true)}
/>
Expand Down Expand Up @@ -650,7 +650,7 @@ export const Homepage = () => {
<Box gap="2" flexDirection="column" marginTop="10" width="1/2">
<ConnectionModeSelect
mode="waas"
title="Embedded (WaaS)"
title="Inventory (WaaS)"
description="Connect to an embedded wallet for a seamless experience."
onClick={handleSwitchConnectionMode}
/>
Expand Down

0 comments on commit 909ae58

Please sign in to comment.