diff --git a/.env.development b/.env.development index 525369dab..78e4c40a9 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ LMS_BASE_URL='http://localhost:18000' ECOMMERCE_BASE_URL='http://localhost:18130' LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' -LOGO_URL=https://edx-cdn.org/v3/prod/logo.svg +LOGO_URL=https://edx-cdn.org/v3/default/logo.svg LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg LOGO_POWERED_BY_OPEN_EDX_URL_SVG=https://edx-cdn.org/v3/stage/open-edx-tag.svg diff --git a/src/containers/LearnerDashboardHeader/__snapshots__/BrandLogo.test.jsx.snap b/src/containers/LearnerDashboardHeader/__snapshots__/BrandLogo.test.jsx.snap index 96ecd4eac..f069b0a0e 100644 --- a/src/containers/LearnerDashboardHeader/__snapshots__/BrandLogo.test.jsx.snap +++ b/src/containers/LearnerDashboardHeader/__snapshots__/BrandLogo.test.jsx.snap @@ -8,7 +8,7 @@ exports[`BrandLogo dashboard defined 1`] = ` edX, Inc. Dashboard `; @@ -21,7 +21,7 @@ exports[`BrandLogo dashboard undefined 1`] = ` edX, Inc. Dashboard `;