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 (