Skip to content

Commit

Permalink
update suppport email (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc authored Aug 8, 2024
1 parent 118c2f9 commit 7c84f89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SENTRY_ENV: ${{ secrets.MITOPEN_ENV_PROD }}
MITOPEN_AXIOS_WITH_CREDENTIALS: true
MITOPEN_API_BASE_URL: https://api.mitopen.odl.mit.edu
MITOPEN_SUPPORT_EMAIL: mitopen[email protected]
MITOPEN_SUPPORT_EMAIL: mitlearn[email protected]

- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SENTRY_ENV: ${{ secrets.MITOPEN_ENV_RC }}
MITOPEN_AXIOS_WITH_CREDENTIALS: true
MITOPEN_API_BASE_URL: https://api.mitopen-rc.odl.mit.edu
MITOPEN_SUPPORT_EMAIL: odl-mitopen-rc[email protected]
MITOPEN_SUPPORT_EMAIL: mitlearn[email protected]

- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
Expand Down
2 changes: 1 addition & 1 deletion frontends/mit-open/src/common/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const TERMS = "/terms/"

export const UNITS = "/units/"

export const CONTACT = "mailto:odl-discussions[email protected]"
export const CONTACT = "mailto:mitlearn[email protected]"

export const RESOURCE_DRAWER_QUERY_PARAM = "resource"

Expand Down
2 changes: 1 addition & 1 deletion frontends/mit-open/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const {
}),
MITOPEN_SUPPORT_EMAIL: str({
desc: "Email address for support",
default: "mitopen[email protected]",
default: "mitlearn[email protected]",
}),
MITOPEN_AXIOS_WITH_CREDENTIALS: bool({
desc: "Instructs the Axios API client to send credentials with requests",
Expand Down

0 comments on commit 7c84f89

Please sign in to comment.