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] refactor: 자잘한 디자인 수정 및 배너 링크 연결 #647

Merged
merged 3 commits into from
Sep 15, 2023

Conversation

xodms0309
Copy link
Collaborator

Issue

✨ 구현한 기능

  • 상품 이미지 비율 수정
  • 상품 목록 높이 수정
  • 배너 이미지에 인스타그램 링크 추가

📢 논의하고 싶은 내용

x

🎸 기타

x

⏰ 일정

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

@github-actions
Copy link

Unit Test Results

8 tests   8 ✔️  6s ⏱️
3 suites  0 💤
1 files    0

Results for commit 08f319c.

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.

굿~

@@ -54,6 +54,10 @@ const ProductItemContainer = styled.div`
padding: 12px 0;
`;

const ProductImage = styled.img`
object-fit: cover;
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@xodms0309 xodms0309 merged commit 69675b0 into develop Sep 15, 2023
3 checks passed
@xodms0309 xodms0309 deleted the feat/issue-643 branch September 15, 2023 08:40
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] 자잘한 디자인 수정 및 배너 연결
2 participants