Skip to content

Commit

Permalink
Update TeamProjectModal.tsx
Browse files Browse the repository at this point in the history
all email references that currently are [email protected] → change to [email protected]
  • Loading branch information
smvgarcia authored Feb 14, 2025
1 parent 7aa0cd9 commit 7a58482
Showing 1 changed file with 1 addition and 1 deletion.
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 7a58482

Please sign in to comment.