From b698abbad82fea9a11f24333143f08d3fd5da043 Mon Sep 17 00:00:00 2001 From: Richard Bangay Date: Thu, 2 Jan 2025 16:23:07 +0000 Subject: [PATCH] remove xmas 2024 opening times banner from the help centre --- client/components/helpCentre/HelpCentrePage.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/components/helpCentre/HelpCentrePage.tsx b/client/components/helpCentre/HelpCentrePage.tsx index 20635ac3d..85200abfd 100644 --- a/client/components/helpCentre/HelpCentrePage.tsx +++ b/client/components/helpCentre/HelpCentrePage.tsx @@ -77,13 +77,7 @@ const HelpCentreRouter = () => { ] */ - 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.', - }, - ]; + const knownIssues: KnownIssueObj[] = []; return (