File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
bifrost/components/layout Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
1212import { cn } from "@/lib/utils" ;
1313import {
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
You can’t perform that action at this time.
0 commit comments