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:
parent
878bc146c2
commit
24a29773e2
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -10,7 +10,7 @@ export const AccountPlanPageStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-expire-container {
|
||||
margin: -8px 0 32px;
|
||||
margin: -8px 0 0;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue