Skip to content

Commit

Permalink
Remove help centre banner (US/Canada phone lines) (#1317)
Browse files Browse the repository at this point in the history
The issue with phone lines in the US and Canada has been resolved so we
can remove the banner.
  • Loading branch information
tjmw authored Feb 28, 2024
1 parent ceabb5d commit cef9ab0
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: '7th Feb 2024 09:35',
message:
'Due to a technical issue, Customer Service phonelines in the USA & Canada are currently not available. Live chat and email are unaffected.',
},
];
const knownIssues: KnownIssueObj[] = [];

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

0 comments on commit cef9ab0

Please sign in to comment.