Skip to content

Commit

Permalink
Update email for email transition (#227)
Browse files Browse the repository at this point in the history
* Update contact.tsx - email transition

change [email protected] to [email protected]

* Update aboutHEAL.json - email

update email from [email protected] to [email protected]
  • Loading branch information
smvgarcia authored Aug 20, 2024
1 parent 89707a7 commit 65b4d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/portal/config/aboutHEAL.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"title": "HELP",
"content": [
"Documentation",
"For more help, contact us at heal-support@datacommons.io"
"For more help, contact us at heal-support@gen3.org"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/src/pages/landing/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const ContactPage = ( {footerProps, headerProps}: NavPageLayoutProps) => {
<h1 className='font-bold text-4xl text-gen3-coal font-montserrat pb-4'>Contact</h1>
<Text className='prose text-black text-2xl p-8'>
For technical questions about the HEAL Platform, contact our Platform Team from CTDS-Gen3 at
<a className='text-gen3-base_blue flex flex-row items-baseline no-underline font-bold' href='mailto:heal-support@datacommons.io'>
<FaEnvelope className='pr-1 pt-2'/> heal-support@datacommons.io
<a className='text-gen3-base_blue flex flex-row items-baseline no-underline font-bold' href='mailto:heal-support@gen3.org'>
<FaEnvelope className='pr-1 pt-2'/> heal-support@gen3.org
</a>
</Text>
<Text className='prose text-black text-2xl p-8'>
Expand Down

0 comments on commit 65b4d43

Please sign in to comment.