Skip to content

Commit 33fc2ac

Browse files
updated env variables and answers
1 parent 02a93b6 commit 33fc2ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/REC-userinputs-steps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const rec_UserInputPrompts = [
2727
} else if (regexGreetings.test(prevVal)) {
2828
return "Hello";
2929
} else if (prevVal.includes("current situation")) {
30-
return `I am currently employed at ${process.env.REACT_APP_CURR_COMPANY} as a Front-end developer.`;
30+
return `I am actively looking for a role`;
3131
} else if (regexQuit.test(prevVal)) {
3232
return `${process.env.REACT_APP_REASON2LEAVE}`;
3333
} else if (regexCV.test(prevVal)) {
@@ -37,7 +37,7 @@ const rec_UserInputPrompts = [
3737
2019
3838
)} years+ commercial experience as a web developer.`;
3939
} else {
40-
return "I dont understand";
40+
return "Sorry, I dont understand.";
4141
}
4242
},
4343
trigger: "any-rec-question-prompt",

0 commit comments

Comments
 (0)