-
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 ] 호텔 섹션 퍼블리싱 #39
Conversation
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.
희선님 고생 많으셨습니다! 역시 씨박희선.
<Bottom> | ||
<Rating>{rating}</Rating> | ||
<Review>{review}</Review> | ||
<OwlImage src={OwlImg} alt="부엉이 이미지" /> |
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.
p5: 부엉이 이미지는 svg
로 사용안한 이유가 있을까요?
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.
svg로 변경했습니다!
isClicked={selectedFilter === '3성급'} | ||
onClick={() => handleFilterClick('3성급')} | ||
/> | ||
<TabButton content={'후기'} isClicked={selectedFilter === '후기'} onClick={() => handleFilterClick('후기')} /> |
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.
p5: 근데 정말 단순 궁금증... 이 줄만 왜 컨벤션이 안맞을까요? ㅋㅋㅋㅋㅋ
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.
정말 군더더기 없는 코드네요.... 수고 많으셨습니다!!!
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.
고생하셨습니다 👏🏻👏🏻👏🏻
} | ||
const HotelCard = ({ hotel }: HotelCardProps) => { | ||
const { name, image, price, star, description, rating, review } = hotel; | ||
console.log(image); |
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.
p4: 콘솔 나중에 지워주세용
🔥 Related Issues
✅ 작업 리스트
🔧 작업 내용
🧐 새로 알게된 점
🤔 궁금한 점
📸 스크린샷 / GIF / Link