Skip to content

Commit

Permalink
feat: Add updated instructions under DevHub Timeline Approved Stage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar authored Aug 20, 2024
1 parent fcce535 commit 36c5958
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion instances/devhub.near/widget/devhub/entity/proposal/Proposal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,16 @@ return (
<div>Sponsor makes a final decision:</div>
<RadioButton
value=""
label={<div className="fw-bold">Approved</div>}
label={
<>
<div className="fw-bold">Approved</div>
<span>
Recipient will receive invoice instructions
within 1 business day at the email used for
KYC/KYB verification.
</span>
</>
}
isChecked={
updatedProposalStatus.value.status ===
TIMELINE_STATUS.APPROVED ||
Expand Down

0 comments on commit 36c5958

Please sign in to comment.