diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-29 14:29:29 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-29 14:29:29 +0700 |
| commit | 1d606fe88f97f87e32a58b1b187a71f40c70169c (patch) | |
| tree | 3045839e7e9362f1b851d182614f6ed3ae04af80 /src/lib/checkout/email/FinishCheckoutEmail.jsx | |
| parent | ac230a35f325cc47e89fd5d635847536f2dd9b44 (diff) | |
blog detail
Diffstat (limited to 'src/lib/checkout/email/FinishCheckoutEmail.jsx')
| -rw-r--r-- | src/lib/checkout/email/FinishCheckoutEmail.jsx | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/lib/checkout/email/FinishCheckoutEmail.jsx b/src/lib/checkout/email/FinishCheckoutEmail.jsx index 2c31b815..e8f63afa 100644 --- a/src/lib/checkout/email/FinishCheckoutEmail.jsx +++ b/src/lib/checkout/email/FinishCheckoutEmail.jsx @@ -160,15 +160,9 @@ const FinishCheckoutEmail = ({ transaction, payment, statusPayment }) => { <Hr style={style.hr} /> {transaction.products.map((product) => ( - <Row - style={style.productRow} - key={product.id} - > + <Row style={style.productRow} key={product.id}> <Column style={style.productLCol}> - <Img - src={product.parent.image} - width='100%' - /> + <Img src={product.parent.image} width='100%' /> </Column> <Column style={style.productRCol}> <Text style={style.productName}>{product.name}</Text> @@ -261,7 +255,10 @@ const FinishCheckoutEmail = ({ transaction, payment, statusPayment }) => { Jika ada pertanyaan seputar teknis pembayaran {transaction.address.customer.name}{' '} dapat hubungi kami melalui Email{' '} <a href='mailto:sales@indoteknik.com'>(sales@indoteknik.com)</a> atau Whatsapp{' '} - <a href='https://wa.me/628128080622'>(+62 812-8080-622)</a>. + <a href='https://wa.me/628128080622' target='_blank' rel='noreferrer'> + (+62 812-8080-622) + </a> + . </Text> <Text style={style.text}> Terima kasih atas perhatiannya, selamat kembali beraktifitas |
