Update Footer for new careers and bounty links (#109)

Co-authored-by: J M Rossy <jm.rossy@gmail.com>
pull/110/head
Avi Atkin 3 months ago committed by GitHub
parent 6b116b1dc2
commit ffe2c39f18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/components/nav/Footer.tsx

@ -21,8 +21,12 @@ const footerLinks1 = [
];
const footerLinks2 = [
{ title: 'Crew', url: `${links.home}/crew`, external: true },
{ title: 'Bounty', url: `${links.home}/bounty`, external: true },
{ title: 'Careers', url: 'https://jobs.lever.co/Hyperlane', external: true },
{
title: 'Bounty',
url: 'https://github.com/search?q=org%3Ahyperlane-xyz+label%3Abounty+is%3Aopen+is%3Aissue&type=issues&s=&o=desc',
external: true,
},
{ title: 'Brand', url: links.brand, external: true },
];

Loading…
Cancel
Save