0
Fork 0
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:
Djordje Vlaisavljevic 2022-04-28 12:38:55 +02:00
parent e488699e9f
commit 91fba6bf53

View file

@ -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>
<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'>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>
);