[search] 핫픽스 노출부분 이미지 변경

- 이미지 호출 변수명 변경.
This commit is contained in:
junghoon86.park
2025-10-15 09:29:37 +09:00
parent 9b97e3a621
commit 51bb3f1a82

View File

@@ -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}>