From 1d4c740be56e11c02aa84061383eb9bd4468fc2b Mon Sep 17 00:00:00 2001 From: Tom Wey Date: Wed, 28 Feb 2024 09:38:05 +0000 Subject: [PATCH] Remove help centre banner (US/Canada phone lines) The issue with phone lines in the US and Canada has been resolved so we can remove the banner. --- client/components/helpCentre/HelpCentrePage.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/components/helpCentre/HelpCentrePage.tsx b/client/components/helpCentre/HelpCentrePage.tsx index bbbc76246..85200abfd 100644 --- a/client/components/helpCentre/HelpCentrePage.tsx +++ b/client/components/helpCentre/HelpCentrePage.tsx @@ -77,13 +77,7 @@ const HelpCentreRouter = () => { ] */ - 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.', - }, - ]; + const knownIssues: KnownIssueObj[] = []; return (