From d6f7659704263ed5d97a02c337684ecfa546bded Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Mon, 7 Feb 2022 16:20:06 -0600 Subject: [PATCH] :bug: fix content bug say -> stay [sc-703] --- cms.data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms.data.js b/cms.data.js index 7ea443c..8fe6d51 100644 --- a/cms.data.js +++ b/cms.data.js @@ -15,7 +15,7 @@ export const cta = "Invest"; export const logoSrc = undefined; export const newsletterContent = { newsletterTitle: "Subscribe", - newsletterSubtitle: "Say informed with updates from our blog ", + newsletterSubtitle: "Stay informed with updates from our blog ", newsletterHref: "https://slightlysharpe.com", newsletterName: "Slightly Sharpe", };