diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-11 11:11:06 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-11 11:11:06 +0700 |
| commit | 6894d50e6dc50513c0760c2b36e00af8a943c3a2 (patch) | |
| tree | 188b20a00112cb3fe13db7c823bcbb8f786b853b /src-migrate | |
| parent | ffaf9994e8c47c5a32a2091b7d0949302528ee2e (diff) | |
<iman> update tooltip
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/modules/product-promo/components/Card.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-migrate/modules/product-promo/components/Card.tsx b/src-migrate/modules/product-promo/components/Card.tsx index 56e29e38..728d23ca 100644 --- a/src-migrate/modules/product-promo/components/Card.tsx +++ b/src-migrate/modules/product-promo/components/Card.tsx @@ -90,10 +90,10 @@ const ProductPromoCard = ({ promotion}: Props) => { <div className={style.title}>{promotion.name}</div> <Tooltip label={PROMO_CATEGORY[promotion.type.value].description} placement="top" bgColor='red.600' p={1} rounded={6}> - {/* <div className={style.badgeType} > */} - {/* Paket {PROMO_CATEGORY[promotion.type.value].alias} */} + <div className={style.badgeType} > + Paket {PROMO_CATEGORY[promotion.type.value].alias} <InfoIcon className={style.badgeType} size={25} /> - {/* </div> */} + </div> </Tooltip> </div> |
