Merge pull request #685 from SkynetLabs/careers-info

add careers page info
This commit is contained in:
Karol Wypchło 2021-04-22 21:47:39 +02:00 committed by GitHub
commit bc280de1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 showCareersCTA = true; // switch to hide or display the careers CTA section
const careers = { href: "https://jobs.lever.co/nebulous", target: "_blank", rel: "noopener noreferrer" }; const careers = { href: "https://jobs.lever.co/SkynetLabs", target: "_blank", rel: "noopener noreferrer" };
const paginate = (array, size) => const paginate = (array, size) =>
array.reduce((acc, item, index) => { array.reduce((acc, item, index) => {