mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 16:38:22 +03: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
@ -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…
Reference in New Issue
Block a user