forked from uc-cdis/commons-frontend-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update navigation.json all email references that currently are [email protected] → change to [email protected] * Update TeamProjectModal.tsx all email references that currently are [email protected] → change to [email protected]
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"name": "Help and Guidance" | ||
}, | ||
{ | ||
"href": "mailto:vadc@lists.uchicago.edu", | ||
"href": "mailto:vadc[email protected]", | ||
"name": "Email Support" | ||
} | ||
], | ||
|
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 |
---|---|---|
|
@@ -106,7 +106,7 @@ const TeamProjectModal: React.FC<TeamProjectModalProps> = ({ | |
> | ||
<div className="team-project-modal_modal-description"> | ||
Please reach out to{' '} | ||
<a href="mailto:vadc@lists.uchicago.edu">vadc@lists.uchicago.edu</a>{' '} | ||
<a href="mailto:vadc[email protected]">vadc[email protected]</a>{' '} | ||
to gain access to the system | ||
</div> | ||
<Button key="submit" onClick={redirectToHomepage}> | ||
|