mywatchlists.watchmywatchlists.xyz
@@ -1703,7 +1703,7 @@ export default function weeklyHTML(lists) {
you can
contact@mywatchlists.watchcontact@mywatchlists.xyz
@@ -1894,7 +1894,7 @@ export default function weeklyHTML(lists) {
display: table;
width: 100%;
background-color: transparent;
- background-image: url('https://mywatchlists.watch/top.png');
+ background-image: url('https://mywatchlists.xyz/top.png');
background-position: top left;
background-repeat: repeat;
"
@@ -2067,7 +2067,7 @@ export default function weeklyHTML(lists) {
alt="Designed with BEE"
class="icon"
height="32"
- src="https://mywatchlists.watch/bee.png"
+ src="https://mywatchlists.xyz/bee.png"
style="border: 0"
width="null"
/>
diff --git a/templates/weeklyText.js b/templates/weeklyText.js
index 6e5a7a2..038e37d 100644
--- a/templates/weeklyText.js
+++ b/templates/weeklyText.js
@@ -37,12 +37,12 @@ export default function weeklyText(lists) {
middle += movies;
}
- const bottom = `\nEnjoy! 🙂\n\n\nLists: https://mywatchlists.watch/lists\n
-Account: https://mywatchlists.watch/account\n
-Privacy Notice: https://mywatchlists.watch/privacy\n\n\n\n
-You are receiving this email because you have opted in for the weekly releases summary for one or more of your watchlists on mywatchlists.watch\n\n
-If you would prefer not to receive emails anymore, you can unsubscribe from all in your account - https://mywatchlists.watch/account - or unselect the "Emails" option - https://mywatchlists.watch/emails-toggle.jpg - for individual watchlists to receive fewer emails.\n\n\n
-The Watchlist App | London, UK | contact@mywatchlists.watch\n\n`;
+ const bottom = `\nEnjoy! 🙂\n\n\nLists: https://mywatchlists.xyz/lists\n
+Account: https://mywatchlists.xyz/account\n
+Privacy Notice: https://mywatchlists.xyz/privacy\n\n\n\n
+You are receiving this email because you have opted in for the weekly releases summary for one or more of your watchlists on mywatchlists.xyz\n\n
+If you would prefer not to receive emails anymore, you can unsubscribe from all in your account - https://mywatchlists.xyz/account - or unselect the "Emails" option - https://mywatchlists.xyz/emails-toggle.jpg - for individual watchlists to receive fewer emails.\n\n\n
+The Watchlist App | London, UK | contact@mywatchlists.xyz\n\n`;
return top + middle + bottom;
}
|