Skip to content

Commit

Permalink
Add new help centre banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Aug 7, 2024
1 parent 1206a63 commit 97f48d0
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: '7th Aug 2024 6:00 pm',
message:
'We are experiencing an unexpected interruption across Customer Service phone lines and live chat. We recommend contacting us via email until full service is restored.',
},
];

return (
<Main signInStatus={signInStatus} isHelpCentrePage>
Expand Down

0 comments on commit 97f48d0

Please sign in to comment.