Skip to content

Commit

Permalink
Update WorkflowLimitsModalErrorMessage.jsx - email
Browse files Browse the repository at this point in the history
update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.
  • Loading branch information
smvgarcia authored Aug 20, 2024
1 parent afe8b88 commit e53f810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { components } from '../../../../../params';
import './WorkflowLimitsModalErrorMessage.css';

const supportEmail = components.login?.email || 'support@datacommons.io';
const supportEmail = components.login?.email || 'support@gen3.org';

const WorkflowLimitsModalErrorMessage = ({
status,
Expand Down

0 comments on commit e53f810

Please sign in to comment.