Skip to content

Commit

Permalink
Merge pull request #1224 from guardian/revert-1219-cc/help-centre-banner
Browse files Browse the repository at this point in the history
Revert "Help centre banner: phone lines being unavailable in Canada and the US"
  • Loading branch information
charleycampbell authored Oct 16, 2023
2 parents 54451d8 + 0c9be55 commit a95bb20
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: '3rd Oct 2023 10:00',
message:
'Due to a technical issue, Customer Service phone lines 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 a95bb20

Please sign in to comment.