Merge pull request #685 from SkynetLabs/careers-info
add careers page info
This commit is contained in:
commit
bc280de1af
|
@ -61,8 +61,8 @@ const aboutCards = [
|
|||
},
|
||||
];
|
||||
|
||||
const showCareersCTA = false; // change to true to display the careers CTA section
|
||||
const careers = { href: "https://jobs.lever.co/nebulous", target: "_blank", rel: "noopener noreferrer" };
|
||||
const showCareersCTA = true; // switch to hide or display the careers CTA section
|
||||
const careers = { href: "https://jobs.lever.co/SkynetLabs", target: "_blank", rel: "noopener noreferrer" };
|
||||
|
||||
const paginate = (array, size) =>
|
||||
array.reduce((acc, item, index) => {
|
||||
|
|
Reference in New Issue