0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated welcome text for signin/signup

no issue
This commit is contained in:
Rish 2020-04-09 13:56:47 +05:30
parent 0615d54505
commit d6bad7132f

View file

@ -79,7 +79,7 @@ export default class PopupMenuComponent extends React.Component {
<div style={{ display: 'flex', flexDirection: 'column', color: '#313131' }}>
<div style={{ paddingLeft: '16px', paddingRight: '16px', paddingTop: '12px', cursor: 'pointer' }}>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', marginBottom: '12px' }}>
<div style={{fontSize: '18px', fontWeight: 'bold'}}> Signup to {blogTitle}</div>
<div style={{fontSize: '18px', fontWeight: 'bold'}}> Signup/Signin to {blogTitle}</div>
<div>{blogDescription} </div>
</div>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', marginBottom: '12px' }}>