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:
parent
0615d54505
commit
d6bad7132f
1 changed files with 1 additions and 1 deletions
|
@ -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' }}>
|
||||
|
|
Loading…
Add table
Reference in a new issue