diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 13:11:26 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 13:11:26 +0700 |
| commit | 87432c8627896711167813654dce2969ce45e643 (patch) | |
| tree | 71542cbaa3097ce328a76a83ec692ade41c46f45 /src/lib | |
| parent | d953eb482d003694076af851e750c7226d2d2559 (diff) | |
<iman> add Informasi SNI & TKDN
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 8dde4dbe..00edc29d 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -90,7 +90,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { /> <div className="absolute top-0 right-0 flex mt-3"> <div className="gambarB "> - {!isSni && ( + {isSni && ( <ImageNext src="/images/sni-logo.png" alt="SNI Logo" @@ -101,7 +101,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { )} </div> <div className="gambarC "> - {!isTkdn && ( + {isTkdn && ( <ImageNext src="/images/TKDN.png" alt="TKDN" |
