[디테일 패널] 파트너사 이미지 노출 수정 / 마커 위치수정
- 현재 qvc로 고정되어있는 파트너사 이미지 변경. - productallsection 마커 위치 수정.
This commit is contained in:
@@ -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}")`,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user