Skip to content

Commit

Permalink
add missing sections
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkadicE committed Nov 4, 2024
1 parent f2e5ef2 commit 5ee0e1a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions packages/article-skeleton/src/contentModifiers/newsletter-puff.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const newslettersBySection = [
code: "TNL-101",
headline: "Best of Times",
copy:
"Our flagship newsletter featuring our top stories and analysis, delivered every morning",
"Our flagship newsletter featuring our top stories and analysis, delivered every morning.",
imageUri:
"https://www.thetimes.co.uk/imageserver/image/methode%2Ftimes%2Fprod%2Fweb%2Fbin%2F728c3e68-5311-4533-809a-b313a6503789.jpg?resize=800"
})
Expand Down Expand Up @@ -77,7 +77,7 @@ const newslettersBySection = [
section: "beauty",
payload: setNewsletterPayload({
code: "TNL-108",
headline: "Beauty newsletter",
headline: "Fashion newsletter",
copy:
"Look good and feel great with the latest tips and trends from our fashion team."
})
Expand Down Expand Up @@ -127,6 +127,15 @@ const newslettersBySection = [
"Our chief theatre critic on what to see (and what to miss) in the West End and beyond."
})
},
{
section: "film",
payload: setNewsletterPayload({
code: "TNL-133",
headline: "TV newsletter",
copy:
"What to watch or stream, plus news and reviews from our small-screen experts."
})
},
{
section: "tv",
payload: setNewsletterPayload({
Expand Down Expand Up @@ -185,6 +194,17 @@ const newslettersBySection = [
"https://www.thetimes.co.uk/imageserver/image/methode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ffd44b15f-2fb8-4e5d-b409-315648b10646.jpg?resize=800"
})
},
{
section: "economics",
payload: setNewsletterPayload({
code: "TNL-107",
headline: "Money newsletter",
copy:
"Personal finance and investment news from our money experts, every Monday.",
imageUri:
"https://www.thetimes.co.uk/imageserver/image/methode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ffd44b15f-2fb8-4e5d-b409-315648b10646.jpg?resize=800"
})
},
{
section: "law",
payload: setNewsletterPayload({
Expand Down

0 comments on commit 5ee0e1a

Please sign in to comment.