From d26e2b90860c104f7d3859ef6602824ae2f9ef4f Mon Sep 17 00:00:00 2001 From: Mateus Riff Date: Mon, 16 Dec 2024 14:35:38 -0300 Subject: [PATCH] Show recruitment page links Squash and merge the following commits into develop: * fix: show recruitment links --- src/components/Navbar/index.tsx | 8 ++++---- src/pages/index.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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() { - {/* */} +