mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added class to signup section
refs https://github.com/TryGhost/Team/issues/1559
This commit is contained in:
parent
c61860742d
commit
6dfb87fadb
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ class SignupPage extends React.Component {
|
|||
const sticky = !showOnlyFree && (freeBenefits.length || freeDescription);
|
||||
|
||||
return (
|
||||
<section>
|
||||
<section class="gh-portal-signup">
|
||||
<div className='gh-portal-section'>
|
||||
<div className='gh-portal-logged-out-form-container'>
|
||||
<InputForm
|
||||
|
|
Loading…
Add table
Reference in a new issue