diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 10:38:43 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 10:38:43 +0700 |
| commit | 4217b184369fae3ad52ee8a1f2d7efc4e2829365 (patch) | |
| tree | b7041e62deda5ab9855b7a8c34e23dccb048d468 /src-migrate/modules/product-detail/components/Information.tsx | |
| parent | b878d3369fe7a43a85c8410c50d163a9e326644e (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.tsx | 2 |
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> |
