Skip to content

Commit fda41e2

Browse files
authored
Merge pull request #64 from topcoder-platform/TCA-384_update-support-mail
Tca 384 update support mail
2 parents 10b4d1a + 98409f0 commit fda41e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/OfflineWarning/offline-warning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function OfflineWarning({
2929
t('misc.offline')
3030
) : (
3131
<Trans i18nKey='misc.server-offline'>
32-
<a href={'mailto:support@freecodecamp.org'}>placeholder</a>
32+
<a href={'mailto:support@topcoder.com'}>placeholder</a>
3333
</Trans>
3434
);
3535
timeout();

0 commit comments

Comments
 (0)