Skip to content

Commit

Permalink
chore: change some copy
Browse files Browse the repository at this point in the history
  • Loading branch information
marslavish committed Sep 23, 2024
1 parent c6f0af8 commit 2ba4281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const InstantiatePermissionRadio = ({
px="10px"
onClick={onAddAddress}
>
Add More Address
New Address
</Button>
</InputField>
)}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Dispatch, SetStateAction, useMemo } from 'react';
import { assets } from 'chain-registry';
import { LuPlus } from 'react-icons/lu';

import {
defaultSelectedAsset,
Expand Down Expand Up @@ -58,12 +59,13 @@ export const SelectAssetContent = ({
))}

<Button
color="$text"
leftIcon={<LuPlus size="20px" />}
width="$fit"
px="10px"
onClick={handleAddAssets}
disabled={selectedAssetsWithAmount.length === nativeAssets.length}
>
Add More Assets
New Asset
</Button>
</>
);
Expand Down

0 comments on commit 2ba4281

Please sign in to comment.