-
Notifications
You must be signed in to change notification settings - Fork 1
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
[주변상점] 기본 이미지 오류 수정 #318
[주변상점] 기본 이미지 오류 수정 #318
Conversation
if (hiddenInfo) { | ||
return ( | ||
<img | ||
src="https://static.koreatech.in/assets/img/mainlogo2.png" | ||
alt="KOIN service logo" | ||
className={styles.eventThumbail} | ||
/> | ||
); | ||
} |
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.
hiddenInfo라면 로고를 띄운다..? 이게 무슨 뜻인가요?
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.
변수명이랑 매치가 잘 안되는 것 같아요. 프로퍼티를 변경하거나, 주석을 추가해두면 좋을거같네용
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.
굿~
What is this PR? 🔍
Changes 📝
기본 이미지가 변경되고 이전에 생기면 이미지 src오류를 해결하였습니다.
ScreenShot 📷
Test CheckList ✅
Precaution
코인과 동일한 UI인지 확인 바랍니다.
✔️ Please check if the PR fulfills these requirements
develop
branch, not themain
branchdevelop
branch?