File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import { Link } from "gatsby";
55
66export default function JoinUs ( ) {
77 const jobs = [
8- { title : "Software Engineer" , link : "/career/sde1" } ,
9- { title : "Backend and DevOps Engineer" , link : "/career/backend-engineer" } ,
10- { title : "Senior Software Engineer" , link : "/career/senior-fullstack-developer" } ,
8+ // { title: "Software Engineer", link: "/career/sde1" },
9+ // { title: "Backend and DevOps Engineer", link: "/career/backend-engineer" },
10+ // { title: "Senior Software Engineer", link: "/career/senior-fullstack-developer" },
1111 ] ;
1212
1313 return (
@@ -43,7 +43,9 @@ export default function JoinUs() {
4343 </ Box >
4444 </ Link >
4545 ) ) }
46+ { jobs . length == 0 ?< Box margin = { { top : "small" } } > < Text size = "small-ms" color = "dark-6" > No Current Openings</ Text > </ Box > :null }
4647 </ Box >
48+
4749
4850 { /* Open Application Section */ }
4951 < Box margin = { { top : "xsmall" } } >
You can’t perform that action at this time.
0 commit comments