diff --git a/src/assets/images/icon-earth-x.svg b/src/assets/images/icon-earth-x.svg
deleted file mode 100644
index 40037611..00000000
--- a/src/assets/images/icon-earth-x.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/assets/images/icon-person.svg b/src/assets/images/icon-person.svg
new file mode 100644
index 00000000..9f3fa5a5
--- /dev/null
+++ b/src/assets/images/icon-person.svg
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/src/constants/index.js b/src/constants/index.js
index ab58e3cf..721448e9 100644
--- a/src/constants/index.js
+++ b/src/constants/index.js
@@ -391,7 +391,7 @@ export const MAX_ALLOWED_INTERVIEWS = 3;
/**
* Custom role names to remove from RoleList component
*/
-export const CUSTOM_ROLE_NAMES = ["custom", "niche"];
+export const CUSTOM_ROLE_NAMES = ["custom", "niche", "custom role"];
/**
* Minimal Resource Booking duration (weeks)
diff --git a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx
index 7a834283..a323c9e0 100644
--- a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx
+++ b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx
@@ -8,12 +8,12 @@ import PT from "prop-types";
import { useDispatch, useSelector } from "react-redux";
import { addSearchedRole } from "../../actions";
import "./styles.module.scss";
-import IconEarthX from "../../../../assets/images/icon-earth-x.svg";
+import IconPerson from "../../../../assets/images/icon-person.svg";
import Curve from "../../../../assets/images/curve.svg";
import Button from "components/Button";
import { formatMoney } from "utils/format";
-function NoMatchingProfilesResultCard({ role }) {
+function NoMatchingProfilesResultCard({ role, onSubmit }) {
const { addedRoles } = useSelector((state) => state.searchedRoles);
const alreadyAdded = useMemo(() => {
@@ -43,54 +43,35 @@ function NoMatchingProfilesResultCard({ role }) {
imageUrl: role.imageUrl,
})
);
+ onSubmit()
}, [dispatch, role]);
return (
-
-
Dang. No matching talent (yet)
+
+
locating available custom talent
-
- {role.jobTitle && role.jobTitle.length
- ? role.jobTitle
- : "What happens next"}
+ What happens next
- We did not find a perfect match to your requirements, but we'd like to
- dig a little deeper into our community. We’ll start right away, and
- this may take up to two weeks. You can modify your criteria, or
- continue this search. If you choose to continue, we will reach out
- soon with next steps.
+ We routinely place great people with the skills you’ve asked for. Right now, we don’t have anyone available. However, our database is dynamic and updated often. Please continue below so we can finalize your talent request and alert you when a great candidate becomes available.