Skip to content

Commit

Permalink
update FeeRateInput placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 24, 2023
1 parent bdccd09 commit 7b7c467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/components/relayer-register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default function RelayerRegister() {
label="Liquidity Fee Rate"
tips="The percentage deducted by the relayer from the transfer amount in a transaction"
>
<FeeRateInput placeholder="Enter 0 ~ 100" value={feeRate} onChange={setFeeRate} />
<FeeRateInput placeholder="Enter 0 ~ 0.25" value={feeRate} onChange={setFeeRate} />
</LabelItem>

<Divider />
Expand Down

0 comments on commit 7b7c467

Please sign in to comment.