summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/Information.tsx
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-19 10:38:43 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-19 10:38:43 +0700
commit4217b184369fae3ad52ee8a1f2d7efc4e2829365 (patch)
treeb7041e62deda5ab9855b7a8c34e23dccb048d468 /src-migrate/modules/product-detail/components/Information.tsx
parentb878d3369fe7a43a85c8410c50d163a9e326644e (diff)
(andri) fix size font specs in compare
Diffstat (limited to 'src-migrate/modules/product-detail/components/Information.tsx')
-rw-r--r--src-migrate/modules/product-detail/components/Information.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/Information.tsx b/src-migrate/modules/product-detail/components/Information.tsx
index f3abe0c7..6018f6a1 100644
--- a/src-migrate/modules/product-detail/components/Information.tsx
+++ b/src-migrate/modules/product-detail/components/Information.tsx
@@ -330,7 +330,7 @@ const Information = ({ product }: Props) => {
<Center><Skeleton height="10px" width="50px" mt="2px" /></Center>
) : (
<Text fontSize={{ base: "10px", md: "12px" }} fontWeight="bold" color="gray.800" lineHeight="1.2">
- {sla?.sla_date || '3 - 7 Hari'}
+ {sla?.sla_date || '-'}
</Text>
)}
</Box>