From 0486f04c7d4f6e126d08114ee2db21766de23984 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 22 Jul 2020 10:50:24 +0200 Subject: [PATCH] Added breakline in free plan description --- ghost/portal/src/components/common/PlansSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/common/PlansSection.js b/ghost/portal/src/components/common/PlansSection.js index c8ef9f2272..20e8fcd838 100644 --- a/ghost/portal/src/components/common/PlansSection.js +++ b/ghost/portal/src/components/common/PlansSection.js @@ -155,7 +155,7 @@ function Checkbox({name, onPlanSelect, isChecked}) { function PriceLabel({name, currency, price}) { if (name === 'Free') { return ( -
Access free members-only posts
+
Access free
members-only posts
); } const type = name === 'Monthly' ? 'month' : 'year';