From 97f48d004b03ebfa296db255ff84d43abeda898e Mon Sep 17 00:00:00 2001 From: Tom Wey Date: Wed, 7 Aug 2024 12:32:50 +0100 Subject: [PATCH] Add new help centre banner --- 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..8ad8e846d 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 Aug 2024 6:00 pm', + message: + 'We are experiencing an unexpected interruption across Customer Service phone lines and live chat. We recommend contacting us via email until full service is restored.', + }, + ]; return (