diff --git a/client/src/pages/private/ParticipantLandingEmpty.js b/client/src/pages/private/ParticipantLandingEmpty.js
index 657302ccd..da826fc1b 100644
--- a/client/src/pages/private/ParticipantLandingEmpty.js
+++ b/client/src/pages/private/ParticipantLandingEmpty.js
@@ -3,7 +3,7 @@ import { useHistory } from 'react-router-dom';
import { makeStyles } from '@material-ui/core/styles';
import { Typography, Paper, Grid, Icon, Link } from '@material-ui/core';
import { Button } from '../../components/generic';
-import { Routes, HCAP_LINK, HCAP_INFO_EMAIL } from '../../constants';
+import { Routes, HCAP_LINK } from '../../constants';
import FindInPageOutlinedIcon from '@material-ui/icons/FindInPageOutlined';
const useStyles = makeStyles(() => ({
@@ -41,10 +41,8 @@ export default () => {
You haven't submitted your Participant Expression of Interest
- If you think this is a mistake please contact us at{' '}
- {HCAP_INFO_EMAIL}. If you haven't
- submitted an Expression of Interest form, please click on the button below to submit
- one. For more information, please visit the{' '}
+ If you haven't submitted an Expression of Interest form, please click on the button
+ below to submit one. For more information, please visit the{' '}
Health Career Access Program website.