From 8bc0f315f3062710683f8a5db104f22eeb916d21 Mon Sep 17 00:00:00 2001 From: Mateus Riff Date: Mon, 16 Dec 2024 01:41:10 -0300 Subject: [PATCH] Hide recruitment page links Squash and merge the following commits into develop: * fix: hide recruitment page links * build: fix build error --- 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 a29e37d..ae3a1f0 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 1e344a3..16fb6ec 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() { - + {/* */}