Skip to content

Commit

Permalink
Merge pull request #405 from reservoirprotocol/ted/relay-6463-confusi…
Browse files Browse the repository at this point in the history
…ng-to-link-a-wallet

Update copy for link new wallet dropdown item
  • Loading branch information
pedromcunha authored Dec 18, 2024
2 parents 60805e3 + 46c7bdd commit 5d50d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-windows-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Update copy for link new wallet dropdown item
4 changes: 2 additions & 2 deletions packages/ui/src/components/common/MultiWalletDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const MultiWalletDropdown: FC<MultiWalletDropdownProps> = ({
})}

<DropdownMenuItem
aria-label="Link a new wallet"
aria-label="Connect a new wallet"
css={{
...DropdownItemBaseStyle
}}
Expand All @@ -226,7 +226,7 @@ export const MultiWalletDropdown: FC<MultiWalletDropdownProps> = ({
onLinkNewWallet()
}}
>
<Text style="subtitle2">Link a new wallet</Text>
<Text style="subtitle2">Connect a new wallet</Text>
</DropdownMenuItem>

{context === 'destination' ? (
Expand Down

0 comments on commit 5d50d73

Please sign in to comment.