Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 58f3bda

Browse files
authored
add jobs link to nav
1 parent f14b617 commit 58f3bda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/common/header/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class NavBar extends React.Component {
6060
path: 'https://coderplex.org/blog',
6161
external: true,
6262
},
63+
{
64+
title: 'Jobs',
65+
path: 'https://coderplex.org/jobs',
66+
external: true,
67+
},
6368
],
6469
};
6570
toggleMenu = e => {

0 commit comments

Comments
 (0)