summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/ProductComparisonModal.tsx
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-23 14:24:08 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-23 14:24:08 +0700
commitfe0b9df8823b9508260b1f67b244e69ec5a302a4 (patch)
treef71bd88ee4c9d060e8bfe247055f5d005b5393a6 /src-migrate/modules/product-detail/components/ProductComparisonModal.tsx
parent190bd5c5f66fc319d91d7ad3979ef8ff125dbd52 (diff)
(andri) fix
Diffstat (limited to 'src-migrate/modules/product-detail/components/ProductComparisonModal.tsx')
-rw-r--r--src-migrate/modules/product-detail/components/ProductComparisonModal.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductComparisonModal.tsx b/src-migrate/modules/product-detail/components/ProductComparisonModal.tsx
index 1190e95d..97f1d101 100644
--- a/src-migrate/modules/product-detail/components/ProductComparisonModal.tsx
+++ b/src-migrate/modules/product-detail/components/ProductComparisonModal.tsx
@@ -315,7 +315,7 @@ const ProductComparisonModal = ({ isOpen, onClose, mainProduct, selectedVariant
<Text color="red.600" fontWeight="bold" fontSize="md">
{product.price > 0 ? formatPrice(product.price) : 'Hubungi Admin'}
</Text>
- <Text fontSize="xs" fontWeight="bold" noOfLines={2} h="35px" title={product.name} mb={2}>
+ <Text fontSize="xs" fontWeight="bold" noOfLines={3} h="45px" title={product.name} mb={2}>
{product.name}
</Text>
</Box>
@@ -407,7 +407,7 @@ const ProductComparisonModal = ({ isOpen, onClose, mainProduct, selectedVariant
<Image
src="/images/no-image-compare.svg"
alt="Empty Slot"
- boxSize="100px"
+ boxSize="125px"
mb={2}
opacity={0.6}
/>