fix: marketing base url typo (#533)

This commit is contained in:
Kristin Aoki
2023-07-17 11:35:39 -04:00
committed by GitHub
parent b090c8c153
commit e05e6325c9
3 changed files with 6 additions and 13964 deletions

13966
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-enterprise-hotjar": "^1.2.1",
"@edx/frontend-lib-content-components": "^1.163.0",
"@edx/frontend-lib-content-components": "^1.163.1",
"@edx/frontend-platform": "4.2.0",
"@edx/paragon": "^20.32.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",

View File

@@ -40,7 +40,7 @@ AppHeader.defaultProps = {
const AppFooter = () => (
<div className="mt-6">
<Footer
marketingBaseUrl={process.env.MARKETING_BASE_URL}
marketingBaseUrl={process.env.MARKETING_SITE_BASE_URL}
termsOfServiceUrl={process.env.TERMS_OF_SERVICE_URL}
privacyPolicyUrl={process.env.PRIVACY_POLICY_URL}
supportEmail={process.env.SUPPORT_EMAIL}