Skip to content

Commit

Permalink
Merge pull request #1321 from guardian/mz/help-centre-banner-phonelines
Browse files Browse the repository at this point in the history
Adding banner to help centre as phone lines are down
  • Loading branch information
MaelGNM authored Mar 6, 2024
2 parents 6293e26 + cf99731 commit 47cdd11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/components/helpCentre/HelpCentrePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ const HelpCentreRouter = () => {
]
*/

const knownIssues: KnownIssueObj[] = [];
const knownIssues: KnownIssueObj[] = [
{
date: '6th Mar 2024 12:25',
message:
'Due to a technical issue, Customer Service phone lines in the USA, Canada & Australia are currently not available. Live chat and email are unaffected.',
},
];

return (
<Main signInStatus={signInStatus} isHelpCentrePage>
Expand Down

0 comments on commit 47cdd11

Please sign in to comment.