This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Kelvin Luu
authored and
Kelvin Luu
committed
Oct 12, 2022
1 parent
f3eeff0
commit e8d11aa
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -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}`; | ||
|
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