Skip to content

Commit

Permalink
fix naming for waas option (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA authored May 13, 2024
1 parent 909ae58 commit c27397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/src/components/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ export const Homepage = () => {
<Box gap="2" flexDirection="column" marginTop="10" width="1/2">
<ConnectionModeSelect
mode="waas"
title="Inventory (WaaS)"
title="Embedded Wallet (WaaS)"
description="Connect to an embedded wallet for a seamless experience."
onClick={handleSwitchConnectionMode}
/>
Expand Down

0 comments on commit c27397b

Please sign in to comment.