From f8054f11d8df01e622369a5068516cf4db514d51 Mon Sep 17 00:00:00 2001 From: Minhyung Cho Date: Sun, 30 Nov 2025 23:33:46 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=EC=B1=84=EC=9A=A9=20=EA=B3=B5?= =?UTF-8?q?=EA=B3=A0=20=EC=9E=84=EC=8B=9C=20=EB=B9=84=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/client/src/pages/index.tsx | 2 +- apps/client/src/shared/header/index.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/client/src/pages/index.tsx b/apps/client/src/pages/index.tsx index 9ac3917a..1e4ce0ad 100644 --- a/apps/client/src/pages/index.tsx +++ b/apps/client/src/pages/index.tsx @@ -42,7 +42,7 @@ export default function Home({ }: InferGetServerSidePropsType): JSX.Element { return ( <> - +
diff --git a/apps/client/src/shared/header/index.tsx b/apps/client/src/shared/header/index.tsx index 29132783..9f574216 100644 --- a/apps/client/src/shared/header/index.tsx +++ b/apps/client/src/shared/header/index.tsx @@ -52,12 +52,12 @@ const navigation = (isTestUser: boolean): HeaderNavigation[] => { current: false, featureFlag: true }, - { - href: "/recruit", - label: "채용 공고", - current: false, - featureFlag: true - }, + // { + // href: "/recruit", + // label: "채용 공고", + // current: false, + // featureFlag: true + // }, { href: "/purchase", label: "토큰 구매",