Kaynağa Gözat

changes to env

dev
Pavle Golubovic 3 yıl önce
ebeveyn
işleme
582d998ad5

+ 1
- 1
frontend/.env Dosyayı Görüntüle

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 Dosyayı Görüntüle

{ {
"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 Dosyayı Görüntüle

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 Dosyayı Görüntüle

// 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',

Loading…
İptal
Kaydet