placementt-core 1.400.584 → 1.400.586
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/typeDefinitions.d.ts +1 -0
- package/lib/util.js +1 -1
- package/package.json +1 -1
- package/src/typeDefinitions.ts +1 -0
- package/src/util.ts +1 -1
package/lib/typeDefinitions.d.ts
CHANGED
package/lib/util.js
CHANGED
|
@@ -461,7 +461,7 @@ function buildEmailHTML({ preheader, title, salutation, body, primaryColor = con
|
|
|
461
461
|
<tr>
|
|
462
462
|
<td style="padding:18px 0px 18px 0px; line-height:0px; text-align:inherit; background-color:${primaryColor};" height="100%" valign="top" bgcolor="${primaryColor}" role="module-content">
|
|
463
463
|
<div>
|
|
464
|
-
<div style="font-family: inherit; text-align: center"><a href="http://"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
|
|
464
|
+
<div style="font-family: inherit; text-align: center"><a href="http://careerthread.co.uk"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
|
|
465
465
|
<div></div>
|
|
466
466
|
</div>
|
|
467
467
|
</td>
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
package/src/util.ts
CHANGED
|
@@ -504,7 +504,7 @@ export function buildEmailHTML({preheader, title, salutation, body, primaryColor
|
|
|
504
504
|
<tr>
|
|
505
505
|
<td style="padding:18px 0px 18px 0px; line-height:0px; text-align:inherit; background-color:${primaryColor};" height="100%" valign="top" bgcolor="${primaryColor}" role="module-content">
|
|
506
506
|
<div>
|
|
507
|
-
<div style="font-family: inherit; text-align: center"><a href="http://"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
|
|
507
|
+
<div style="font-family: inherit; text-align: center"><a href="http://careerthread.co.uk"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
|
|
508
508
|
<div></div>
|
|
509
509
|
</div>
|
|
510
510
|
</td>
|