File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
__tests__/email/__snapshots__ Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ exports[`generate email content 1`] = `
9292<body style = " width: 100% !important; margin: 0; padding: 0; line-height: 1.5; background-color: #fff;" >
9393 <table style = " margin: 0 auto; width: 100%; max-width: 450px; table-layout: fixed; padding: 12px;" >
9494 <tr >
95- <th style = " height: 50px; width: 80px;" >
95+ <th style = " height: 50px; width: 80px;" id = " nhs-logo-header " >
9696 <img src = " data:image/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAE2CAYAAADrvL6pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
9797 bWFnZVJlYWR5ccllPAAAFO1JREFUeNrs3U9oXWUax/HTEEEFMzU4FRR6MziLFBzSVpyFqM0gTJfG
9898 rYJGUHA1Vl1VRqwI05Uz6WwcqGC70G3rTgUx0dIBZZqWFsxiCsmAglXaWmEqKHTuc9KjaeYm933v
Original file line number Diff line number Diff line change 8989< body style ="width: 100% !important; margin: 0; padding: 0; line-height: 1.5; background-color: #fff; ">
9090 < table style ="margin: 0 auto; width: 100%; max-width: 450px; table-layout: fixed; padding: 12px; ">
9191 < tr >
92- < th style ="height: 50px; width: 80px; ">
92+ < th style ="height: 50px; width: 80px; " id =" nhs-logo-header " >
9393 < img src ="data:image/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAE2CAYAAADrvL6pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
9494 bWFnZVJlYWR5ccllPAAAFO1JREFUeNrs3U9oXWUax/HTEEEFMzU4FRR6MziLFBzSVpyFqM0gTJfG
9595 rYJGUHA1Vl1VRqwI05Uz6WwcqGC70G3rTgUx0dIBZZqWFsxiCsmAglXaWmEqKHTuc9KjaeYm933v
Original file line number Diff line number Diff line change 1111 ],
1212 "scripts" : {
1313 "build" : " npm run build --workspace frontend --if-present" ,
14- "copy-files-for-testing" : " mkdir -p frontend/public/testing && cp ./frontend/amplify/functions/send- email/email-template.html ./frontend/public/testing/email-template.html" ,
14+ "copy-files-for-testing" : " mkdir -p frontend/public/testing && cp ./lambdas/backend-api/src/ email/email-template.html ./frontend/public/testing/email-template.html" ,
1515 "create-backend-sandbox" : " ./scripts/create_backend_sandbox.sh" ,
1616 "destroy-backend-sandbox" : " ./scripts/destroy_backend_sandbox.sh" ,
1717 "start" : " npm run start --workspace frontend" ,
You can’t perform that action at this time.
0 commit comments