Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23fbd6e113 | |||
|
|
907c2c871b |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
@ -852,7 +852,7 @@ module.exports = class ExecutorService {
|
|||||||
|
|
||||||
static async grepTool(searchStrings) {
|
static async grepTool(searchStrings) {
|
||||||
const results = {};
|
const results = {};
|
||||||
const directories = ['app/backend/', 'app/frontend/'];
|
const directories = ['./app/backend/', './app/frontend/'];
|
||||||
const excludeDirs = ['node_modules'];
|
const excludeDirs = ['node_modules'];
|
||||||
|
|
||||||
for (const searchString of searchStrings) {
|
for (const searchString of searchStrings) {
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export default function WebSite() {
|
|||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Welcome'}
|
projectName={'Welcome'}
|
||||||
image={['Diverse professionals collaborating in office']}
|
image={['Diverse professionals collaborating in office']}
|
||||||
mainText={`Transform Your Hiring with ${projectName}`}
|
mainText={'Welcome'}
|
||||||
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
||||||
design={HeroDesigns.IMAGE_RIGHT || ''}
|
design={HeroDesigns.IMAGE_RIGHT || ''}
|
||||||
buttonText={`Get Started Now`}
|
buttonText={`Get Started Now`}
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export default function WebSite() {
|
|||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Welcome'}
|
projectName={'Welcome'}
|
||||||
image={['Diverse professionals collaborating in office']}
|
image={['Diverse professionals collaborating in office']}
|
||||||
mainText={`Transform Your Hiring with ${projectName}`}
|
mainText={`Welcome`}
|
||||||
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
||||||
design={HeroDesigns.IMAGE_RIGHT || ''}
|
design={HeroDesigns.IMAGE_RIGHT || ''}
|
||||||
buttonText={`Get Started Now`}
|
buttonText={`Get Started Now`}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user