mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
91fba6bf53
commit
f4e4da04c5
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ export default function UnsubscribePage() {
|
|||
<h4 className="gh-portal-text-center gh-portal-text-large" style={{marginBottom: '8px', fontSize: '2rem'}}>Successfully unsubscribed</h4>
|
||||
<div className='gh-portal-section'>
|
||||
<p className='gh-portal-text-center'><strong>{member?.email}</strong> will no longer receive this newsletter.</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>
|
||||
<div style={{display: 'flex', justifyContent: 'center', alignItems: 'baseline'}}>
|
||||
<p className='gh-portal-text-center' style={{marginBottom: '0px', marginRight: '4px'}}>Didn't mean to do this? Manage your email preferences </p>
|
||||
<button className="gh-portal-btn gh-portal-btn-link">here.</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue