| @@ -5,7 +5,7 @@ REACT_APP_SERVICE_ID = service_petbzsz | |||
| REACT_APP_JOB_TEMPLATE_ID = template_bfuv1sb | |||
| REACT_APP_CLIENT_TEMPLATE_ID = template_bd6fjli | |||
| REACT_APP_USER_ID = 27spvSZ2Lsf2j8RKw | |||
| REACT_APP_API_URL = "https://website-api-dev.dilig.net" | |||
| REACT_APP_API_URL = "https://diligentwebsiteapistart.azurewebsites.net" | |||
| //http://localhost:1337 | |||
| //https://website-api-dev.dilig.net | |||
| MAILCHIMP_FORM_URL = http://eepurl.com/iaRrv1 | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "frontend", | |||
| "version": "1.3.0", | |||
| "version": "1.3.1", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@faceless-ui/slider": "^1.1.14", | |||
| @@ -47,7 +47,7 @@ const HRProcess = ({ data }) => { | |||
| className="steps-container no-scrollbar flex flex-col items-center justify-start overflow-auto h-[75vh] pt-72p pl-3" | |||
| > | |||
| {/* Dynamic Image */} | |||
| {/* {data.selection_process.steps.map((item, index) => ( | |||
| {data.selection_process.steps.map((item, index) => ( | |||
| <img | |||
| key={index} | |||
| src={api_url + item.media.data.attributes.url} | |||
| @@ -57,7 +57,7 @@ const HRProcess = ({ data }) => { | |||
| (index == 0 ? ' active-image' : '') | |||
| } | |||
| /> | |||
| ))} */} | |||
| ))} | |||
| <div className="local"> | |||
| {data.selection_process.steps.map((item, index) => ( | |||
| @@ -115,7 +115,7 @@ const _data = { | |||
| // paragraph: | |||
| // 'Team Diligent Legalllllllll', | |||
| requirements: [ | |||
| 'University degree (Faculty of Law)', | |||
| 'University degree (Faculty of Law or related)', | |||
| '1+ years of experience ', | |||
| 'Highly developed communication and interpersonal skills', | |||
| 'Efficiency, precision, and dedication at work', | |||