File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/[locale]/(main)/(container)/products/[...params]/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ import ListItemText from '@mui/material/ListItemText';
3131import { useTranslations } from 'next-intl' ;
3232import { useParams } from 'next/navigation' ;
3333import { FC , useMemo } from 'react' ;
34- import DiscountPercentage from '../../../../../../.. /components/common/DiscountPercentage' ;
35- import OldPrice from '../../../../../../.. /components/common/OldPrice' ;
36- import PriceLabel from '../../../../../../.. /components/common/PriceLabel' ;
34+ import DiscountPercentage from '@ /components/common/DiscountPercentage' ;
35+ import OldPrice from '@ /components/common/OldPrice' ;
36+ import PriceLabel from '@ /components/common/PriceLabel' ;
3737import AddToCartDialog from './AddToCartDialog' ;
3838import MobileBuyBox from './MobileBuyBox' ;
3939
@@ -260,7 +260,7 @@ const BuyBox: FC<BuyBoxProps> = ({ product }) => {
260260
261261 { isMobile && (
262262 < MobileBuyBox >
263- < Box width = "55 %" > { controllerSection } </ Box >
263+ < Box width = "60 %" > { controllerSection } </ Box >
264264 { priceSection }
265265 </ MobileBuyBox >
266266 ) }
You can’t perform that action at this time.
0 commit comments