Quellcode durchsuchen

changes to env

dev
Pavle Golubovic vor 2 Jahren
Ursprung
Commit
582d998ad5
4 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 1
    1
      frontend/.env
  2. 1
    1
      frontend/package.json
  3. 2
    2
      frontend/src/components/HRProcess.jsx
  4. 1
    1
      frontend/src/pages/Careers.jsx

+ 1
- 1
frontend/.env Datei anzeigen

REACT_APP_JOB_TEMPLATE_ID = template_bfuv1sb REACT_APP_JOB_TEMPLATE_ID = template_bfuv1sb
REACT_APP_CLIENT_TEMPLATE_ID = template_bd6fjli REACT_APP_CLIENT_TEMPLATE_ID = template_bd6fjli
REACT_APP_USER_ID = 27spvSZ2Lsf2j8RKw 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 //http://localhost:1337
//https://website-api-dev.dilig.net //https://website-api-dev.dilig.net
MAILCHIMP_FORM_URL = http://eepurl.com/iaRrv1 MAILCHIMP_FORM_URL = http://eepurl.com/iaRrv1

+ 1
- 1
frontend/package.json Datei anzeigen

{ {
"name": "frontend", "name": "frontend",
"version": "1.3.0",
"version": "1.3.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@faceless-ui/slider": "^1.1.14", "@faceless-ui/slider": "^1.1.14",

+ 2
- 2
frontend/src/components/HRProcess.jsx Datei anzeigen

className="steps-container no-scrollbar flex flex-col items-center justify-start overflow-auto h-[75vh] pt-72p pl-3" className="steps-container no-scrollbar flex flex-col items-center justify-start overflow-auto h-[75vh] pt-72p pl-3"
> >
{/* Dynamic Image */} {/* Dynamic Image */}
{/* {data.selection_process.steps.map((item, index) => (
{data.selection_process.steps.map((item, index) => (
<img <img
key={index} key={index}
src={api_url + item.media.data.attributes.url} src={api_url + item.media.data.attributes.url}
(index == 0 ? ' active-image' : '') (index == 0 ? ' active-image' : '')
} }
/> />
))} */}
))}


<div className="local"> <div className="local">
{data.selection_process.steps.map((item, index) => ( {data.selection_process.steps.map((item, index) => (

+ 1
- 1
frontend/src/pages/Careers.jsx Datei anzeigen

// paragraph: // paragraph:
// 'Team Diligent Legalllllllll', // 'Team Diligent Legalllllllll',
requirements: [ requirements: [
'University degree (Faculty of Law)',
'University degree (Faculty of Law or related)',
'1+ years of experience ', '1+ years of experience ',
'Highly developed communication and interpersonal skills', 'Highly developed communication and interpersonal skills',
'Efficiency, precision, and dedication at work', 'Efficiency, precision, and dedication at work',

Laden…
Abbrechen
Speichern