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

Removed cancel/confirm button from change plan

This commit is contained in:
Peter Zimon 2020-09-10 12:34:38 +02:00 committed by Rishabh Garg
parent 878bc146c2
commit 24a29773e2
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ const DEV_MODE_DATA = {
showPopup: true,
site: Fixtures.site,
member: Fixtures.member.paid,
page: 'accountHome'
page: 'accountPlan'
};
export default class App extends React.Component {
constructor(props) {

View file

@ -10,7 +10,7 @@ export const AccountPlanPageStyles = `
}
.gh-portal-expire-container {
margin: -8px 0 32px;
margin: -8px 0 0;
}
`;