[디테일 패널] 파트너사 이미지 노출 수정 / 마커 위치수정

- 현재 qvc로 고정되어있는 파트너사 이미지 변경.
 - productallsection 마커 위치 수정.
This commit is contained in:
junghoon86.park
2025-10-29 15:27:47 +09:00
parent 028ef08822
commit 8794dd0028
3 changed files with 32 additions and 12 deletions

View File

@@ -12,7 +12,6 @@ import Spottable from '@enact/spotlight/Spottable';
import defaultLogoImg
from '../../../../assets/images/ic-tab-partners-default@3x.png';
import qvcLogoImg from '../../../../assets/images/icons/ic-partners-qvc@3x.png';
import { $L } from '../../../utils/helperMethods';
import css from './THeaderCustom.module.less';
@@ -34,6 +33,7 @@ export default function THeaderCustom({
ariaLabel,
children,
kind,
logoImg,
...rest
}) {
const convertedTitle = useMemo(() => {
@@ -84,7 +84,7 @@ export default function THeaderCustom({
<div
className={css.centerImage}
style={{
backgroundImage: `url("${qvcLogoImg}")`,
backgroundImage: `url("${logoImg}")`,
}}
/>
)}