Skip to content

Commit

Permalink
Merge pull request #1424 from guardian/jm/revert-US-Phoneline-help-ce…
Browse files Browse the repository at this point in the history
…ntre-banner

Remove US Phoneline help centre banner
  • Loading branch information
JoeMitchellGuardian authored Dec 4, 2024
2 parents e6b35a6 + c21716b commit 9f086a3
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 Dec 2024 4:30 pm',
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 9f086a3

Please sign in to comment.