From 18fff091eefb93eae5b738b71a84b9daa573599a Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 11 Feb 2025 16:13:42 +0000 Subject: [PATCH] chore: make sure links point to MFE not legacy now that the legacy profile and account pages have been removed, we need to make sure that all of the links point to the MFE URLs; we were relying on the legacy applications to do redirection before. FIXES: APER-3884 FIXES: openedx/public-engineering#71 --- .../ProgramCertificatesList/ProgramCertificatesList.jsx | 2 +- src/components/ProgramRecordsList/ProgramRecordsList.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProgramCertificatesList/ProgramCertificatesList.jsx b/src/components/ProgramCertificatesList/ProgramCertificatesList.jsx index e69bff09..877424b1 100644 --- a/src/components/ProgramCertificatesList/ProgramCertificatesList.jsx +++ b/src/components/ProgramCertificatesList/ProgramCertificatesList.jsx @@ -86,7 +86,7 @@ function ProgramCertificatesList({ intl }) { const { username } = getAuthenticatedUser(); return ( diff --git a/src/components/ProgramRecordsList/ProgramRecordsList.jsx b/src/components/ProgramRecordsList/ProgramRecordsList.jsx index 9b44593d..8bac089e 100644 --- a/src/components/ProgramRecordsList/ProgramRecordsList.jsx +++ b/src/components/ProgramRecordsList/ProgramRecordsList.jsx @@ -46,7 +46,7 @@ function ProgramRecordsList() { const { username } = getAuthenticatedUser(); return (