From 8bbbfd9e4961d55058eb37aa6f1d96267cc43731 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 16 Sep 2020 16:04:00 +0200 Subject: [PATCH] Updated copy on free account home --- ghost/portal/src/App.js | 4 ++-- ghost/portal/src/components/pages/AccountHomePage.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index fef2dcbc94..e584106004 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -12,8 +12,8 @@ const React = require('react'); const DEV_MODE_DATA = { showPopup: true, site: Fixtures.site, - member: Fixtures.member.paid, - page: 'accountPlan' + member: Fixtures.member.free, + page: 'accountHome' }; export default class App extends React.Component { constructor(props) { diff --git a/ghost/portal/src/components/pages/AccountHomePage.js b/ghost/portal/src/components/pages/AccountHomePage.js index 6a587ba993..a99178e813 100644 --- a/ghost/portal/src/components/pages/AccountHomePage.js +++ b/ghost/portal/src/components/pages/AccountHomePage.js @@ -234,7 +234,7 @@ const SubscribeButton = ({site, action, openSubscribe, brandColor}) => { return ( openSubscribe()} brandColor={brandColor} style={{width: '100%'}}