mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Added manage account preferences button
refs https://github.com/TryGhost/Team/issues/1495
This commit is contained in:
parent
e488699e9f
commit
91fba6bf53
1 changed files with 4 additions and 1 deletions
|
@ -69,7 +69,10 @@ export default function UnsubscribePage() {
|
||||||
<h4 className="gh-portal-text-center gh-portal-text-large" style={{marginBottom: '8px', fontSize: '2rem'}}>Successfully unsubscribed</h4>
|
<h4 className="gh-portal-text-center gh-portal-text-large" style={{marginBottom: '8px', fontSize: '2rem'}}>Successfully unsubscribed</h4>
|
||||||
<div className='gh-portal-section'>
|
<div className='gh-portal-section'>
|
||||||
<p className='gh-portal-text-center'><strong>{member?.email}</strong> will no longer receive this newsletter.</p>
|
<p className='gh-portal-text-center'><strong>{member?.email}</strong> will no longer receive this newsletter.</p>
|
||||||
{/* <p className='gh-portal-text-center'>Didn't mean to do this? Manage your account here.</p> */}
|
<div style={{display: 'flex', justifyContent: 'center'}}>
|
||||||
|
<p className='gh-portal-text-center' style={{marginBottom: '0px'}}>Didn't mean to do this? Manage your account </p>
|
||||||
|
<button className="gh-portal-btn gh-portal-btn-link">here.</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue