chore: update bill button label to submit details
Made-with: Cursor
This commit is contained in:
parent
5d9b985bc3
commit
9ea648c60f
|
|
@ -206,7 +206,7 @@ export function BillPaymentReminderEmail(props: BillReminderEmailProps) {
|
||||||
<div className="button-row">
|
<div className="button-row">
|
||||||
{paymentUrl ? (
|
{paymentUrl ? (
|
||||||
<a href={paymentUrl} className="primary-button">
|
<a href={paymentUrl} className="primary-button">
|
||||||
Pay online
|
Submit payment details
|
||||||
</a>
|
</a>
|
||||||
) : (
|
) : (
|
||||||
<span className="small-text">
|
<span className="small-text">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user