mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated contact support button to disabled look
no issue - No functionality is currently attached to contact support so greying out, will enable once its updated
This commit is contained in:
parent
f0d6320da9
commit
47b6415c93
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const UserAvatar = ({avatar}) => {
|
|||
const AccountFooter = ({onLogout, onSettings, brandColor}) => {
|
||||
return (
|
||||
<div style={{display: 'flex', padding: '0 24px', marginTop: '18px', color: brandColor, fontWeight: 'bold', fontSize: '13px'}}>
|
||||
<div style={{cursor: 'pointer'}} role='button'> Contact support </div>
|
||||
<div style={{color: 'grey'}} role='button'> Contact support </div>
|
||||
<div style={{display: 'flex', flexGrow: 1, justifyContent: 'flex-end'}}>
|
||||
{onSettings
|
||||
? <div style={{marginRight: '16px', cursor: 'pointer'}} onClick={onSettings} role='button'> Settings </div>
|
||||
|
|
Loading…
Add table
Reference in a new issue