Skip to content

Commit 74c2b8e

Browse files
chore: remove Career tab from Bifrost header navigation (#5432)
1 parent a599e7d commit 74c2b8e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

bifrost/components/layout/navbar.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
import { cn } from "@/lib/utils";
1313
import {
1414
X,
15-
Briefcase,
1615
Mail,
1716
BookHeart,
1817
ChevronRight,
@@ -310,15 +309,6 @@ const additionalComponents: LinkItem[] = [
310309
description: "Get in touch with us",
311310
icon: <Mail className="size-5 navbar-icon-style" />,
312311
},
313-
{
314-
title: "Careers",
315-
link: {
316-
href: "https://app.dover.com/jobs/helicone",
317-
isExternal: true,
318-
},
319-
description: "Join our team",
320-
icon: <Briefcase className="size-5 navbar-icon-style" />,
321-
},
322312
{
323313
title: "GitHub",
324314
link: {
@@ -489,18 +479,6 @@ const NavBar = (props: NavBarProps) => {
489479
</NavigationMenuContent>
490480
</NavigationMenuItem>
491481

492-
{/* Careers */}
493-
<NavigationMenuItem>
494-
<Link
495-
href="https://app.dover.com/jobs/helicone"
496-
legacyBehavior
497-
passHref
498-
>
499-
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
500-
Careers
501-
</NavigationMenuLink>
502-
</Link>
503-
</NavigationMenuItem>
504482
</NavigationMenuList>
505483
</NavigationMenu>
506484

0 commit comments

Comments
 (0)