Skip to content

Commit

Permalink
Update vadc email (#10)
Browse files Browse the repository at this point in the history
* 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
smvgarcia authored Feb 17, 2025
1 parent 4d23c88 commit a0aaa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gen3/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"name": "Help and Guidance"
},
{
"href": "mailto:vadc@lists.uchicago.edu",
"href": "mailto:vadc[email protected]",
"name": "Email Support"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit a0aaa7b

Please sign in to comment.