From 0ae689dbfbdc0afb1f851e0c86e64cfbcb1843e9 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 10 Aug 2022 15:09:46 +0100 Subject: [PATCH] Added a small tweak to CTAs on mobile refs https://github.com/TryGhost/Team/issues/1754 --- apps/comments-ui/src/components/CTABox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/CTABox.js b/apps/comments-ui/src/components/CTABox.js index b21da0a1a3..230e7703a8 100644 --- a/apps/comments-ui/src/components/CTABox.js +++ b/apps/comments-ui/src/components/CTABox.js @@ -27,7 +27,7 @@ const CTABox = (props) => {

{titleText}

-

+

Become a {props.isPaid && 'paid'} member of {publication} to start commenting.