Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fund Wallet default copy
Browse files Browse the repository at this point in the history
0xAlec committed Aug 9, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent e3d4e48 commit 7d9fdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/components/WalletDropdownFundLink.tsx
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ export function WalletDropdownFundLink({
rel,
openIn = 'tab',
target,
text = 'Deposit Funds',
text = 'Fund Wallet',
windowSize = 'm',
}: WalletDropdownFundLinkReact) {
const iconSvg = useMemo(() => {

0 comments on commit 7d9fdee

Please sign in to comment.