Skip to content

Commit 1436527

Browse files
committed
feat: close job openings
1 parent aa2c6e3 commit 1436527

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/pages/join-us.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { Link } from "gatsby";
55

66
export 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" }}>

0 commit comments

Comments
 (0)