From 742764d08c9991b5e7451a94f8d396ec7e514512 Mon Sep 17 00:00:00 2001 From: syddl0 <137189866+shroqkf@users.noreply.github.com> Date: Sat, 15 Feb 2025 14:26:59 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20=EB=9D=BC=EC=9A=B0=ED=84=B0=20?= =?UTF-8?q?=EC=84=B8=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Header/index.tsx | 2 +- src/components/common/PageLayout/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/Header/index.tsx b/src/components/common/Header/index.tsx index afde2f7..f5a0241 100644 --- a/src/components/common/Header/index.tsx +++ b/src/components/common/Header/index.tsx @@ -46,7 +46,7 @@ export const HeaderContent = ({ - 작품 + 작품 경매 diff --git a/src/components/common/PageLayout/index.tsx b/src/components/common/PageLayout/index.tsx index acda24d..b5fa3f8 100644 --- a/src/components/common/PageLayout/index.tsx +++ b/src/components/common/PageLayout/index.tsx @@ -29,7 +29,7 @@ export const PageLayout = ({ children }: PageLayoutProps) => { } function handleLinkMypageFn() { - navigate('/mypage'); + navigate('/mypage/art-buyer'); } return (