Skip to content

Commit

Permalink
Merge pull request #268 from GiaPhu811/text
Browse files Browse the repository at this point in the history
update text
  • Loading branch information
vietredweb authored Jan 23, 2025
2 parents 1de5026 + 4c41b6b commit 2b07239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SSOButton/Providers/CreateAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,15 @@ const CreateAccount = ({
variant="success"
className="fw-semibold text-white px-4 py-13px lh-sm w-100"
>
{sending ? 'Sending' : 'Send inquiry'}
{sending ? 'Sending' : 'Proceed to Purchase'}
</Button>
) : alertButton?.isShow && alertButton?.handleClick ? (
<Button
onClick={alertButton?.handleClick}
variant="success"
className="fw-semibold text-white px-4 py-13px lh-sm w-100"
>
Send inquiry
Proceed to Purchase
</Button>
) : (
<div key={product?.sku}>
Expand Down Expand Up @@ -755,7 +755,7 @@ const CreateAccount = ({
variant="success"
className="fw-semibold text-white px-4 py-13px lh-sm w-100"
>
{sending ? 'Sending' : 'Send inquiry'}
{sending ? 'Sending' : 'Proceed to Purchase'}
</Button>
</div>
)}
Expand Down

0 comments on commit 2b07239

Please sign in to comment.