From 32447f710d7c110962581c7383c749e3dd504b72 Mon Sep 17 00:00:00 2001 From: Richard Bangay Date: Mon, 23 Dec 2024 12:53:26 +0000 Subject: [PATCH] add a message about xmas opening times to the the help centre --- 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..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 (