Skip to content

Commit

Permalink
feat: 이용약관 페이지 설정에 연결 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishAltruism committed Mar 6, 2024
1 parent d06f55d commit e4bb817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/setting/home/SettingHomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const SettingHomePage: React.FC = observer(() => {
<Link to={PAGE_URL.SettingProfile}>개인정보 관리</Link>
<Link to={PAGE_URL.SettingPassword}>비밀번호 변경</Link>
<LinkButton onClick={handleSignOut}>로그아웃</LinkButton>
<Link to={PAGE_URL.UseTerms}>이용약관</Link>
</Box>

<Box>
Expand Down

0 comments on commit e4bb817

Please sign in to comment.