-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/minder profile layout 329 #332
Conversation
✅ Deploy Preview for candid-semolina-d0db42 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
고생하셨습니다!!! 👍 간단한 리뷰 확인부탁드립니다.
if (id !== undefined) { | ||
const counselorId = parseInt(id, 10); | ||
return ( | ||
<Wrapper className="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.
Wrapper의 className을 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.
전에 썼던 클래스네임을 지우면서 추가되어있는 것 같습니다! 삭제하였습니다 ㅎㅎ a27558b
<Subtitle color={Grey1} style={{ textAlign: 'left', width: '100%' }}> | ||
이런 분야에 자신 있어요 | ||
</Subtitle> | ||
<Flex gap="0.8rem" justify="flex-start"> |
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.
Flex 컴포넌트를 이렇게 삽입하는 게 개발할 때는 편한데 의미론적으로 (코드 가독성 부문에서) 조금 아쉽긴 한 거 같다는 생각도 한편으로는 드는 거 같습니다.
Flex 컴포넌트 상속으로 컴포넌트명을 적당히 재선언해주면 나아지려나요.
근데 이렇게할바에 스타일드컴포넌트 방식으로 템플릿 리터럴방식으로 flex를 설정할 것 같기도하고... 애매하네요 ㅎㅎ
Checklist
Description
마인더 프로필 레이아웃 변경사항 반영하였습니다.
Related Issues
#329
To Reveiwer
Figma