Skip to content

Commit dfb52ce

Browse files
Merge pull request #1310 from guardian/cc/help-centre-banner-phonelines
Adding banner to help centre as phonelines are down in US and Canada
2 parents 8989823 + 0362f9d commit dfb52ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

client/components/helpCentre/HelpCentrePage.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ const HelpCentreRouter = () => {
7777
]
7878
*/
7979

80-
const knownIssues: KnownIssueObj[] = [];
80+
const knownIssues: KnownIssueObj[] = [
81+
{
82+
date: '7th Feb 2024 09:35',
83+
message:
84+
'Due to a technical issue, Customer Service phonelines in the USA & Canada are currently not available. Live chat and email are unaffected.',
85+
},
86+
];
8187

8288
return (
8389
<Main signInStatus={signInStatus} isHelpCentrePage>

0 commit comments

Comments
 (0)