0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated copy on free account home

This commit is contained in:
Peter Zimon 2020-09-16 16:04:00 +02:00
parent 7985c658fe
commit 8bbbfd9e49
2 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -234,7 +234,7 @@ const SubscribeButton = ({site, action, openSubscribe, brandColor}) => {
return (
<ActionButton
isRunning={isRunning}
label="Subscribe now"
label="Upgrade now"
onClick={() => openSubscribe()}
brandColor={brandColor}
style={{width: '100%'}}