개인정보처리방침
@@ -37,7 +37,7 @@ const Footer = () => {
href={EXTERNAL_LINKS.TERMS_OF_SERVICE}
target="_blank"
rel="noopener noreferrer"
- className="cap_12_m text-gray-800"
+ className="cap_12_m text-gray-500"
>
이용약관
diff --git a/src/shared/components/header/header.tsx b/src/shared/components/header/header.tsx
index 43544dc2..3f31216a 100644
--- a/src/shared/components/header/header.tsx
+++ b/src/shared/components/header/header.tsx
@@ -22,11 +22,12 @@ const Header = ({ headerTitle }: HeaderProps) => {
const isEditProfile = pathname === ROUTES.PROFILE_EDIT;
const isGame = Boolean(matchPath('/game/:date/:gameId', pathname));
const isMemberDetail = Boolean(matchPath(ROUTES.MATCH_MEMBER_DETAIL(), pathname));
+ const isProfile = pathname === ROUTES.PROFILE;
return (
마이페이지;
+ return 마이페이지
;
}
if (pathname === ROUTES.CHAT) {