Skip to content

Commit

Permalink
Change the CAL link to open in the same tab (#753)
Browse files Browse the repository at this point in the history
* Change CAL link to open in same tab.

* Set other CAL link to open in same tab
  • Loading branch information
abalogh-esdc authored Nov 20, 2024
1 parent e75f40f commit ba6cd1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/MostReqTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const MostReqTasks = ({
acronym,
}: MostReqTasksProps) => {
const newTabTaskExceptions: string[] = [
'https://protege-secure.pca-cal.ca/en/Account/Authorize',
'https://protege-secure.pca-cal.ca/fr/Compte/Autoriser',
]

return (
Expand Down
2 changes: 0 additions & 2 deletions components/contact/ContactSectionRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export const ContactSectionRow = ({
'https://eservices.canada.ca/fr/service/',
'https://ep-be.alpha.service.canada.ca/en',
'https://ep-be.alpha.service.canada.ca/fr',
'https://protege-secure.pca-cal.ca/en/Account/Authorize',
'https://protege-secure.pca-cal.ca/fr/Compte/Autoriser',
]
return (
<div className={`grid grid-cols-1 py-2 md:grid-cols-12 ${''}`}>
Expand Down

0 comments on commit ba6cd1b

Please sign in to comment.