Skip to content

Commit

Permalink
Update careers link (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Nov 13, 2024
1 parent 3fa32e4 commit 71efeba
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 @@ -38,7 +38,7 @@ export default function HomepageFooter() {
title="Resources"
items={[
{ label: "Docs", link: "https://docs.helix.box/" },
{ label: "Careers", link: "https://itering-io.breezy.hr/" },
{ label: "Careers", link: "https://hirevise.com/itering" },
]}
className="flex-shrink-[0.6] flex-grow-[0.6] basis-0"
dataAos="fade-up-left"
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://itering-io.breezy.hr/" },
{ label: "Careers", link: "https://hirevise.com/itering" },
];

export default function HomepageHeader() {
Expand Down

0 comments on commit 71efeba

Please sign in to comment.