Skip to content
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/Cot 149 mypage main and router #185

Merged

Conversation

leve68
Copy link
Member

@leve68 leve68 commented Jan 13, 2025

연관 이슈

COT-149

작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요 (이미지 첨부 가능)

  • Profile Card 수정 기능

Content Wrapper

  • 마이페이지 콘텐츠가 모두 동일한 구조를 띄고 있어 상위로 분리해 줌
const ContentWrapper = styled.div`
  display: flex;
  padding: 4.75rem 6.5rem 0rem 6.5rem;
  flex-direction: column;
  align-items: center;
  gap: 5.375rem;
  width: 100%;
  ${media.tablet`
    padding: 2rem;
  `}
`;

리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) ㅇㅇ함수의 이름을 더 잘 짓고 싶은데 좋은 명칭이 있을까요?

레퍼런스 (선택)

작업 시 참고했던 자료 혹은 리뷰어가 이해하는 데 도움이 될 만한 참고사항이 있다면 첨부해주세요

@leve68 leve68 self-assigned this Jan 13, 2025
@leve68 leve68 merged commit 56542dd into develop/COT-80_mypage_improvement Jan 13, 2025
2 checks passed
@leve68 leve68 deleted the COT-149_mypage_main_and_router branch January 13, 2025 23:36
@leve68 leve68 restored the COT-149_mypage_main_and_router branch January 14, 2025 00:37
@leve68 leve68 changed the title Cot 149 mypage main and router Feat/Cot 149 mypage main and router Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant