diff --git a/client/components/helpCentre/HelpCentrePage.tsx b/client/components/helpCentre/HelpCentrePage.tsx index 85200abfd..20635ac3d 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: '23rd Dec 2024 13:00', + message: + 'Our customer service contact centre, including phone lines & live chat, is closed on Christmas Day, Boxing Day and New Year’s Day UK time. Replies to emails may take a little longer during this period.', + }, + ]; return (