Skip to content

Commit

Permalink
Update careers link (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Nov 1, 2024
1 parent 3e5581b commit d7752ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/helixbox-home/src/components/homepage-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function HomepageFooter() {
title="Resources"
items={[
{ label: "Docs", link: "https://docs.helix.box/" },
{ label: "Careers", link: "https://apply.workable.com/itering/" },
{ label: "Careers", link: "https://itering-io.breezy.hr/" },
]}
className="flex-shrink-[0.6] flex-grow-[0.6] basis-0"
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/helixbox-home/src/components/homepage-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const navigations: (
],
},
{ label: "Docs", link: "https://docs.helix.box/" },
{ label: "Careers", link: "https://apply.workable.com/itering/" },
{ label: "Careers", link: "https://itering-io.breezy.hr/" },
];

export default function HomepageHeader() {
Expand Down

0 comments on commit d7752ac

Please sign in to comment.