Skip to content

Commit

Permalink
hotfix: tos, pp 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
moong23 committed Sep 3, 2024
1 parent d242e0a commit 9bce351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions src/app/mypage/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,8 @@ export default async function MypageLayout({ children }: Readonly<PropsWithChild
문의하기
</Link>
<div className='flex flex-row gap-4'>
<Link
target='_blank'
href='https://standing-lift-8bd.notion.site/74d694878a174139a8a5286ddb3d919c?pvs=4'
>
이용 약관
</Link>
<Link
target='_blank'
href='https://standing-lift-8bd.notion.site/161372fadec848e9a6533d4ee1f4efa5?pvs=4'
>
개인정보 처리방침
</Link>
<Link href='/terms-of-service'>이용 약관</Link>
<Link href='/privacy-policy'>개인정보 처리방침</Link>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Footer = () => {
<div className='w-full h-[35.5vh] flex pt-6 bg-black justify-center shrink-0'>
<div className='flex flex-row gap-8 text-white text-body1-onboard h-fit'>
{/* TODO: Link로 교체 */}
<Link target='_blank' href=''>
<Link target='_blank' href='https://standing-lift-8bd.notion.site/937d0c8aa7dc4a97b0519402d4cabd47'>
InspoMailClub 소개
</Link>
<Link target='_blank' href='https://standing-lift-8bd.notion.site/FAQ-08e9d1f9f21e4db9bd107a10cb2923ed?pvs=4'>
Expand All @@ -16,10 +16,10 @@ const Footer = () => {
<Link target='_blank' href='mailto:[email protected]'>
비즈니스 문의
</Link>
<Link target='_blank' href='https://standing-lift-8bd.notion.site/161372fadec848e9a6533d4ee1f4efa5?pvs=4'>
<Link href='/privacy-policy' scroll={true}>
개인정보보호정책
</Link>
<Link target='_blank' href='https://standing-lift-8bd.notion.site/74d694878a174139a8a5286ddb3d919c?pvs=4'>
<Link href='/terms-of-service' scroll={true}>
서비스이용약관
</Link>
<Link target='_blank' href='https://www.instagram.com/inspomailclub/'>
Expand Down

0 comments on commit 9bce351

Please sign in to comment.