feat: Replace store name text with logo image in email header
This commit is contained in:
parent
3d987d0c68
commit
aa6afe5612
@ -109,8 +109,8 @@ const sendEmailWithAttachment = async (toEmail, orderData, pdfBuffer) => {
|
||||
<td style="padding-bottom: 25px;">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td style="font-family: Helvetica, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #db2777;">
|
||||
rayaarishop
|
||||
<td style="font-family: Helvetica, Arial, sans-serif;">
|
||||
<img src="https://cdn.shopify.com/s/files/1/0878/6791/2485/files/logo_150x.png" alt="rayaarishop" style="height: 60px; width: auto; display: block;" />
|
||||
</td>
|
||||
<td align="right" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #94a3b8; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px;">
|
||||
Order #${orderNumber}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user