Skip to content

Commit

Permalink
ui(fb): alert added in confirmation step
Browse files Browse the repository at this point in the history
  • Loading branch information
barrytra committed Oct 3, 2024
1 parent 796191d commit 3aaaef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/fb2/CreateFidelityBond.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const CreateFidelityBond2 = ({ otherFidelityBondExists, wallet, walletInfo, onDo
<rb.Modal.Title>{t('earn.fidelity_bond.create_fidelity_bond.title')}</rb.Modal.Title>
</rb.Modal.Header>
<rb.Modal.Body>
<div className="d-flex justify-content-center align-items-center mt-5">
<div className="d-flex justify-content-center align-items-center m-5">
<rb.Spinner as="span" animation="border" size="sm" role="status" aria-hidden="true" className="me-2" />
<div>{t('earn.fidelity_bond.text_creating')}</div>
</div>
Expand Down Expand Up @@ -529,6 +529,7 @@ const CreateFidelityBond2 = ({ otherFidelityBondExists, wallet, walletInfo, onDo
selectedUtxos={selectedUtxos}
timelockedAddress={timelockedAddress!}
/>
<LockInfoAlert className="text-start mt-4" lockDate={lockDate!} />
</div>
)}
</div>
Expand Down

0 comments on commit 3aaaef1

Please sign in to comment.