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

[FE] feat: MemberTitle 컴포넌트 구현 #409

Merged
merged 3 commits into from
Aug 12, 2023
Merged

[FE] feat: MemberTitle 컴포넌트 구현 #409

merged 3 commits into from
Aug 12, 2023

Conversation

hae-on
Copy link
Collaborator

@hae-on hae-on commented Aug 12, 2023

Issue

✨ 구현한 기능

memberTitle 컴포넌트를 구현하였습니다.
페이지 더 붙이고 구체적인 내용을 덧 붙일 예정입니다.
title props로 받는건 추후 api 논의 후 달라질 듯 합니다.
마크업만 봐주세요!

스크린샷 2023-08-12 오후 3 01 58

📢 논의하고 싶은 내용

x

🎸 기타

x

⏰ 일정

  • 추정 시간 : 2시간
  • 걸린 시간 : 20분

@github-actions
Copy link

github-actions bot commented Aug 12, 2023

Unit Test Results

2 tests   2 ✔️  5s ⏱️
1 suites  0 💤
1 files    0

Results for commit 6627f0e.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해옹 코멘트 확인해주세용

Comment on lines 14 to 16
<Link>
<ArrowIcon variant="arrow" color={theme.colors.gray5} width={18} height={18} />
</Link>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기서 라우팅하려면 routeDestination같은 prop이 있어야할 것 같아요

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

props 받고 경로 이동까지 처리해놓았습니다!

Copy link
Collaborator

@Leejin-Yang Leejin-Yang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해온 수고했어요!
코멘트 확인해주세요 😊

const MembersTitle = ({ title }: MembersTitleProps) => {
return (
<MemberTitleContainer>
<Heading size="xl">{title}</Heading>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

섹션별 타이틀이 될거 같아서 h2로 하는게 좋아보입니다

Copy link
Collaborator

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿!

@hae-on hae-on merged commit f2fab5b into develop Aug 12, 2023
3 checks passed
@hae-on hae-on deleted the feat/issue-405 branch August 12, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] MemberTitle 컴포넌트 구현
3 participants