From c91a573aaa1c622f1ae3bfaafe26091390c8bf4d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 30 Apr 2023 23:34:07 +0100 Subject: [PATCH] daily-email: add Drupal 7 call CTA --- src/pages/rss/daily.xml.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/rss/daily.xml.js b/src/pages/rss/daily.xml.js index 5b77f2ba2..851539400 100644 --- a/src/pages/rss/daily.xml.js +++ b/src/pages/rss/daily.xml.js @@ -17,7 +17,8 @@ export async function get() { const callToAction = () => { return _.sample([ - 'Do you need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.', + 'Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call.', + 'Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.', 'If you\'re creating a new Drupal module, try my free Drupal module template.', ]); };