0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated design

refs https://github.com/TryGhost/Team/issues/1495
This commit is contained in:
Djordje Vlaisavljevic 2022-04-28 12:50:20 +02:00
parent 91fba6bf53
commit f4e4da04c5

View file

@ -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>