Skip to content

Commit

Permalink
fix: hide recruitment page links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusriff committed Dec 16, 2024
1 parent 2f5d601 commit 5e5026f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const Navbar = () => {
label: t.navbar.options.papers,
link: '/publications',
},
{
label: t.navbar.options.recruitment,
link: '/seletiva',
},
// {
// label: t.navbar.options.recruitment,
// link: '/seletiva',
// },
]

const languages = [
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home() {
<S.PageWrap>
<S.ContentWrap>
<Banner translate={t.home.banner.headline} />
<Recruitment />
{/* <Recruitment /> */}
<AboutUs translate={t.home.about_us} />
<Activities translate={t.home.activities} />
<Sponsors translate={t.home.sponsors} />
Expand Down

0 comments on commit 5e5026f

Please sign in to comment.