Skip to content

Commit

Permalink
Update Navbar add button oprec
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Aug 25, 2024
1 parent 96262f0 commit ffecc00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ const Navbar = () => {
<Link route href="/about" color={color}>
About
</Link>
<Link route href="/oprec" color={color}>
Open Recruitment
</Link>
{/* <Link
route
href="/eittss"
Expand Down Expand Up @@ -152,6 +155,9 @@ const Navbar = () => {
<Link p="2" route href="/about" color={color}>
About
</Link>
<Link p="2" route href="/oprec" color={color}>
Open Recruitment
</Link>
{/* <Link
p="2"
route
Expand Down

0 comments on commit ffecc00

Please sign in to comment.