diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 04:12:04 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 04:12:04 +0000 |
| commit | 64448e6d7db7bc4f389f53344a80d93f529f7d8c (patch) | |
| tree | 214633e6f96edb4c00f552c53fdbc462f7d561ef | |
| parent | 2ca49fd61eadf2664ba587ef74522f81f8c9702b (diff) | |
| parent | 6894d50e6dc50513c0760c2b36e00af8a943c3a2 (diff) | |
Merged in Feature/all-promotion (pull request #156)
<iman> update tooltip
| -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> |
