Skip to content

Commit

Permalink
fix: char error on warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed May 31, 2024
1 parent 6a6e348 commit d47bb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Deposit() {
{depositData.isBatch ? (
""
) : (
<p className="text-orange-400 text-xs text-center">Your deposit file contains BLS credentials (starting with 0x00), you'll be asked to sign a transaction for each of them. Alternatively you can generate the keys again, make sure to specify an eth1 address for the withdrawal credentials.</p>
<p className="text-orange-400 text-xs text-center">Your deposit file contains BLS credentials (starting with 0x00), you&apos;ll be asked to sign a transaction for each of them. Alternatively you can generate the keys again, make sure to specify an eth1 address for the withdrawal credentials.</p>
)}
<button className="bg-[#DD7143] px-4 py-1 rounded-full text-white mt-4 text-lg font-semibold" onClick={onDeposit}>
Deposit
Expand Down

0 comments on commit d47bb53

Please sign in to comment.