Merged
Conversation
|
✅ Preview Deployment |
hyeonjiroh
reviewed
Jul 8, 2025
| return ( | ||
| <div className="flex h-screen w-full items-center bg-[#F7F9FD]"> | ||
| <div className="flex w-full flex-col items-center gap-[40px]"> | ||
| <Image src={Logo} alt="" /> |
Contributor
There was a problem hiding this comment.
Image 컴포넌트를 사용할 때는 width와 height를 지정해줘야 합니다!
반응형을 생각해서 className="sm:h-[121px] sm:w-[98px] h-[81px] w-[65px]" 이렇게 해주시면 될 것 같습니다!
hyeonjiroh
reviewed
Jul 8, 2025
| <h2 className="text-center text-[36px] leading-[120%] font-[700] text-[#142448]"> | ||
| 새길에 오신 것을 환영해요! | ||
| <div className="flex flex-col items-center gap-[24px] w-full"> | ||
| <h2 className="text-[#142448] text-center text-[36px] font-[700] leading-[120%]"> |
Contributor
There was a problem hiding this comment.
tailwind 커스텀 폰트 스타일을 등록해서 사용할 수 있습니다!
text-[36px] font-[700] leading-[120%] 대신 text-display로 사용하시면 됩니다!
반응형을 생각해서 text-title-large sm:text-display 이렇게 작성해주시면 좋을 것 같습니다~
hyeonjiroh
reviewed
Jul 8, 2025
| </p> | ||
| <Button | ||
| variant="primary" | ||
| width={240} |
Contributor
There was a problem hiding this comment.
피그마 시안을 확인해보면 버튼 너비가 335px인 것 같습니다!
hyeonjiroh
reviewed
Jul 8, 2025
| <Button | ||
| variant="primary" | ||
| width={240} | ||
| onClick={() => routing("OnboardingSurvey")} |
Contributor
There was a problem hiding this comment.
버튼에 onClick 이벤트를 잘 걸어주셨네요😄
|
✅ Preview Deployment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 이슈 번호
Closes #5
📋 작업 사항
settimeour 걷어내기
버튼 생성 후 onClick 이벤트에 routing("OnboardingSurvey") 연결
필요 텍스트 추가 및 재배치 진행
안내 박스 생성
📷 스크린샷