Skip to content

Commit 98409f0

Browse files
committed
TCA-384 - update support mail for offline warning
1 parent 10b4d1a commit 98409f0

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)