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 (