Преглед на файлове

feat: fixes

response-fixes
Lazar Kostic преди 3 години
родител
ревизия
7e2443ed11
променени са 2 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 5
    3
      components/product-card/ProductCard.jsx
  2. 1
    1
      components/review-content/ReviewContent.jsx

+ 5
- 3
components/product-card/ProductCard.jsx Целия файл

passHref passHref
> >
<Image <Image
src="/images/product-card-image.jpg"
src={product.image}
alt="product image" alt="product image"
width={630}
width={500}
height={390} height={390}
/> />
</NextLink> </NextLink>
{product.name} {product.name}
</Typography> </Typography>
<Typography <Typography
sx={{ height: { xs: '200px', sm: '250px', md: '200px' } }}
sx={{
height: { xs: '200px', sm: '250px', md: '250px', lg: '200px' },
}}
align="center" align="center"
fontSize="18px" fontSize="18px"
m={2} m={2}

+ 1
- 1
components/review-content/ReviewContent.jsx Целия файл

}} }}
> >
<Typography sx={{ fontSize: 18, fontWeight: 600 }}> <Typography sx={{ fontSize: 18, fontWeight: 600 }}>
Total: ${orderData?.totalPrice.toFixed(2)}
Total: ${orderData?.totalPrice}
</Typography> </Typography>
</Box> </Box>
<Box <Box

Loading…
Отказ
Запис