diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index ae3a1f0..a29e37d 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -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 = [ diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 16fb6ec..1e344a3 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import { AboutUs, Sponsors, Banner, - // Recruitment, + Recruitment, } from '@/components' import * as S from '../styles/home.styles' @@ -20,7 +20,7 @@ export default function Home() { - {/* */} +