[search] 핫픽스 노출부분 이미지 변경
- 이미지 호출 변수명 변경.
This commit is contained in:
@@ -127,7 +127,7 @@ const SearchResultsNew = ({ itemInfo, showInfo, themeInfo }) => {
|
||||
// ProductCard 컴포넌트
|
||||
const renderItem = useCallback(
|
||||
({ index, ...rest }) => {
|
||||
const { bgImagePath, title, partnerLogo, partnerName, keyword } =
|
||||
const { bgImgPath, title, partnerLogo, partnerName, keyword } =
|
||||
themeInfo[index];
|
||||
return (
|
||||
<SpottableDiv
|
||||
@@ -137,7 +137,7 @@ const SearchResultsNew = ({ itemInfo, showInfo, themeInfo }) => {
|
||||
{...rest}
|
||||
>
|
||||
<div className={css.productImageWrapper}>
|
||||
<img src={bgImagePath} alt={title} className={css.productImage} />
|
||||
<img src={bgImgPath} alt={title} className={css.productImage} />
|
||||
</div>
|
||||
<div className={css.productInfo}>
|
||||
<div className={css.productBrandWrapper}>
|
||||
|
||||
Reference in New Issue
Block a user