Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional text on Delete Your Account Page #3051

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions src/client/pages/DeleteAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,24 @@ export const DeleteAccount = ({
pageHeader="Delete your Guardian account"
errorOverride={error}
leadText={
<MainBodyText>
Please read the following paragraphs carefully to understand how
account deletion affects any Guardian products you may have. If at any
point you require further clarification please visit our{' '}
<ExternalLink href={locations.REPORT_ISSUE}>help centre</ExternalLink>
.
</MainBodyText>
<>
<MainBodyText>
To unsubscribe from email newsletters instead,{' '}
<ExternalLink href={locations.MMA_EMAIL_PREFERENCES}>
manage your preferences
</ExternalLink>
.
</MainBodyText>
<MainBodyText>
Please read the following paragraphs carefully to understand how
account deletion affects any Guardian products you may have. If at
any point you require further clarification please visit our{' '}
<ExternalLink href={locations.REPORT_ISSUE}>
help centre
</ExternalLink>
.
</MainBodyText>
</>
}
>
{/* Identity Account */}
Expand Down