Przeglądaj źródła

changes to env

dev
Pavle Golubovic 2 lat temu
rodzic
commit
582d998ad5

+ 1
- 1
frontend/.env Wyświetl plik

@@ -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
- 1
frontend/package.json Wyświetl plik

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

+ 2
- 2
frontend/src/components/HRProcess.jsx Wyświetl plik

@@ -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) => (

+ 1
- 1
frontend/src/pages/Careers.jsx Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz