Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Update support email
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Luu authored and Kelvin Luu committed Oct 12, 2022
1 parent f3eeff0 commit e8d11aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App/Error/ErrorView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class ErrorPage extends React.Component {
return;
}

const primarySupportEmail = "kelvin.t.luu@omb.eop.gov";
const primarySupportEmail = "kelvin.t.luu2@omb.eop.gov";
const secondarySupportEmails =
"[email protected];[email protected]";
"[email protected]";
const subject = "Resume Review - Support Request";
const messageBody = `Error ID: ${errorId}%0D%0A%0D%0APlease describe the error you encountered:`;
const mailToLink = `mailto:${primarySupportEmail}?subject=${subject}&cc=${secondarySupportEmails}&body=${messageBody}`;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App/LoginPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class LoginPage extends React.Component {
required for the specified position. HR can review written
justification statements. If you have any trouble using this
website, please contact{" "}
<a href="mailto:kelvin.t.luu@omb.eop.gov">Kelvin Luu</a>.
<a href="mailto:kelvin.t.luu2@omb.eop.gov">Kelvin Luu</a>.
</p>
<div className="grid-col-3 smeqa-login-button">
{LoginButton}
Expand Down

0 comments on commit e8d11aa

Please sign in to comment.