Skip to content

Commit

Permalink
Merge pull request #1423 from guardian/jm/help-centre-banner-dec-2024
Browse files Browse the repository at this point in the history
Add new banner to help centre for US Phone line outage
  • Loading branch information
JoeMitchellGuardian authored Dec 3, 2024
2 parents c01e08b + 08785f9 commit e6b35a6
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: '3rd Dec 2024 4:30 pm',
message:
'Due to a technical issue, Customer Service phonelines in the USA & Canada are currently not available. Live chat and email are unaffected.',
},
];

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

0 comments on commit e6b35a6

Please sign in to comment.