-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4ad876
commit 7e3966f
Showing
6 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,5 @@ CONTACT_URL= | |
SUPPORT_CENTER_URL= | ||
SUPPORT_CENTER_TEXT= | ||
TRADEMARK_TEXT= | ||
SITE_URL= | ||
LOGO_ALT_TEXT= | ||
SHOW_LOGO= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,6 +184,7 @@ Reporting Security Issues | |
========================= | ||
|
||
Please do not report security issues in public. Please email [email protected]. | ||
|
||
.. |Build Status| image:: https://api.travis-ci.com/edx/frontend-component-footer.svg?branch=master | ||
:target: https://travis-ci.com/edx/frontend-component-footer | ||
.. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-component-footer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,13 @@ process.env.LOGO_WHITE_URL = 'https://edx-cdn.org/v3/default/logo-white.svg'; | |
process.env.FAVICON_URL = 'https://edx-cdn.org/v3/default/favicon.ico'; | ||
process.env.ABOUT_US_URL = 'http://localhost:18000/about'; | ||
process.env.PRIVACY_POLICY_URL = 'http://localhost:18000/privacy'; | ||
process.env.HONOR_CODE_URL = 'http://localhost:18000/tos_and_honor'; | ||
process.env.TERMS_OF_SERVICE_URL = 'http://localhost:18000/tos_and_honor'; | ||
process.env.CONTACT_URL = 'http://localhost:18000/about'; | ||
process.env.SUPPORT_CENTER_URL = 'http://localhost:18000/about'; | ||
process.env.HONOR_CODE_URL = 'http://localhost:18000/honor'; | ||
process.env.TERMS_OF_SERVICE_URL = 'http://localhost:18000/terms-of-service'; | ||
process.env.CONTACT_URL = 'http://localhost:18000/contact'; | ||
process.env.SUPPORT_CENTER_URL = 'http://localhost:18000/contact'; | ||
process.env.SUPPORT_CENTER_TEXT = 'SUPPORT CENTER'; | ||
process.env.TRADEMARK_TEXT = 'Trade Mark text'; | ||
process.env.SITE_URL = 'http://localhost:18000/'; | ||
process.env.LOGO_ALT_TEXT = 'alt text'; | ||
process.env.SHOW_LOGO = true; | ||
process.env.SUPPORT_EMAIL = '[email protected]'; | ||
process.env.ACCESSIBILITY_URL = 'https://accessibility.mit.edu/'; | ||
process.env.ACCESSIBILITY_URL = 'https://www.edx.org/accessibility'; |