-
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
페이지 제작: my-page #115
페이지 제작: my-page #115
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/app/my-page/page.tsx
Outdated
<Spacing size={260} /> | ||
<Button size="large" full>로그인 하기</Button> | ||
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">로그인 후</Text> | ||
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">이용해주세요</Text> |
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.
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">이용해주세요</Text> | |
<Text typography="t1" bold display="block" whiteSpace="pre-wrap">로그인 후 | |
</br>이용해주세요 | |
</Text> | |
<div className={cx('titleWrapper')}> | ||
<Title title="프로필" titleSize="t3" /> | ||
</div> | ||
<div className={cx('nameWrapper')}> | ||
<Text typography="t4">{`${name} 님 안녕하세요!`}</Text> | ||
<Text display="block" typography="t4">{`${name}님 안녕하세요!`}</Text> | ||
<Text display="block" typography="t4">오늘도 즐거운 하루 보내세요.</Text> |
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.
<Text display="block" typography="t4">오늘도 즐거운 하루 보내세요.</Text> | |
<Text display="block" typography="t4">{`${name}님 안녕하세요!`}</br>오늘도 즐거운 하루 보내세요.</Text> |
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