Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #181 from statechannels/buttons
Browse files Browse the repository at this point in the history
rename pay buttons
  • Loading branch information
NiloCK authored Oct 20, 2023
2 parents 01224e4 + 1d03a70 commit e3d780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const Wallet: React.FunctionComponent<{ role: Role }> = (props: {
void handleL1Pay(recipient, ethers.parseEther(payAmount));
}}
>
<AccessTimeIcon style={{ marginRight: "5px" }} /> L1 Pay
<AccessTimeIcon style={{ marginRight: "5px" }} /> Chain Pay
</Button>
<Button
size="medium"
Expand All @@ -276,7 +276,7 @@ const Wallet: React.FunctionComponent<{ role: Role }> = (props: {
});
}}
>
<BoltIcon /> L2 Pay
<BoltIcon /> Bridge Pay
</Button>
</ButtonGroup>

Expand Down

0 comments on commit e3d780a

Please sign in to comment.