add careers page info

This commit is contained in:
Karol Wypchlo 2021-04-22 19:47:54 +02:00
parent c9f871e5b4
commit 59024bbe24
1 changed files with 2 additions and 2 deletions

View File

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