Skip to content

Commit

Permalink
remove xmas 2024 opening times banner from the help centre
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bangay committed Jan 2, 2025
1 parent d721406 commit b698abb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/components/helpCentre/HelpCentrePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Main signInStatus={signInStatus} isHelpCentrePage>
Expand Down

0 comments on commit b698abb

Please sign in to comment.