From 0362f9dfc80db546ae707abbe8b6ce926244b997 Mon Sep 17 00:00:00 2001 From: Charley_Campbell Date: Wed, 7 Feb 2024 09:40:37 +0000 Subject: [PATCH] Adding banner to help centre as phonelines are down in US and Canada --- client/components/helpCentre/HelpCentrePage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/components/helpCentre/HelpCentrePage.tsx b/client/components/helpCentre/HelpCentrePage.tsx index 85200abfd..bbbc76246 100644 --- a/client/components/helpCentre/HelpCentrePage.tsx +++ b/client/components/helpCentre/HelpCentrePage.tsx @@ -77,7 +77,13 @@ const HelpCentreRouter = () => { ] */ - const knownIssues: KnownIssueObj[] = []; + const knownIssues: KnownIssueObj[] = [ + { + date: '7th Feb 2024 09:35', + message: + 'Due to a technical issue, Customer Service phonelines in the USA & Canada are currently not available. Live chat and email are unaffected.', + }, + ]; return (