feat(marketing): add careers page (#733)

This commit is contained in:
Lucas Smith
2023-12-06 18:59:02 +11:00
committed by GitHub
parent bfc630aa6a
commit b39a42ecd2
3 changed files with 15 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const FOOTER_LINKS = [
{ href: 'https://status.documenso.com', text: 'Status', target: '_blank' },
{ href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' },
{ href: '/oss-friends', text: 'OSS Friends' },
{ href: '/careers', text: 'Careers' },
{ href: '/privacy', text: 'Privacy' },
];