Skip to content

Commit

Permalink
add a message about xmas opening times to the the help centre
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bangay committed Dec 23, 2024
1 parent 6dd78ee commit 32447f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/components/helpCentre/HelpCentrePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Main signInStatus={signInStatus} isHelpCentrePage>
Expand Down

0 comments on commit 32447f7

Please sign in to comment.