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 (