-
Notifications
You must be signed in to change notification settings - Fork 8
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
[SP0/hotfix] ASAP 썸네일 임시 이미지로 대체 #163
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.
확인했어요! 고생하셨습니다✨
project.name === 'ASAP' ? ( | ||
<div className={styles['image-wrapper']}> | ||
<Image | ||
className={`${GTM_CLASS.projectCard}`} | ||
src={asap} | ||
width={316} | ||
height={176} | ||
alt="thumbnail" | ||
/> | ||
</div> | ||
) : ( | ||
RepresentativeImageRender(project.logoImage, project?.thumbnailImage) |
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.
comment;
와우... project.name으로 구별해서 넣으셨군요! 서버에서 가능하다고 생각했는데 최고입니다!
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.
체고입니다 ..!! 당돌고딩과의 혈투 ... ...
이 PR은 머지될 diff가 없어서 일단 develop에 머지하진 않고 close하겠습니다!
다음에도 당돌고딩이 나타나면 참고할 수 있는 좋은 재료로 참고할 PR로 역사 속에 남을 것이에요~!!
Summary
Screenshot
Comment