-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
페이지 UI: 회원탈퇴 페이지 #93
페이지 UI: 회원탈퇴 페이지 #93
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컨벤션만 지켜주세요~~ 고생하셨습니다~👍
src/app/required-password/page.tsx
Outdated
|
||
import { useRouter } from 'next/navigation'; | ||
|
||
import Button from '@components/shared/button/Button'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Button from '@components/shared/button/Button'; | |
import Button from '@shared/button/Button'; |
src/app/required-password/page.tsx
Outdated
import { useRouter } from 'next/navigation'; | ||
|
||
import Button from '@components/shared/button/Button'; | ||
import Header from '@components/shared/header/Header'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Header from '@components/shared/header/Header'; | |
import Header from '@shared/header/Header'; |
src/app/withdraw/page.tsx
Outdated
|
||
import Checkbox from '@components/icons/Checkbox'; | ||
import Button from '@components/shared/button/Button'; | ||
import Header from '@components/shared/header/Header'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Header from '@components/shared/header/Header'; | |
import Header from '@shared/header/Header'; |
<Title title="회원탈퇴" /> | ||
<Spacing size={70} /> | ||
<div className={cx('withdrawalAgreement')}> | ||
국정의 중요한 사항에 관한 대통령의 자문에 응하기 위하여 국가원로로 구성되는 국가원로자문회의를 둘 수 있다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
하긴 총선이 얼마 남지 않았죠.. 서영님 마음은 잘 알았으니 화요일날 토론 한번 하시죠!
나중에 문구 바꿔요 ㅋㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 알겠습니닼ㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~!👍
해당 사항 (중복 선택)
설명
Key Changes
비밀번호 입력 페이지와 탈퇴페이지 제작했습니다.
How it Works
To Reviewers
탈퇴약관은 일단 한글 Lorem Ipsum으로 넣어놨고, 추후에 디자인 완료되면 수정하면 될 것 같아요!
비밀번호 필수 입력 페이지를 일단 required-password로 저장했는데 더 좋은 이름이 있을까요??