working on clerk notification

This commit is contained in:
nospeedlimitindonesia
2024-07-28 09:44:29 +00:00
parent ae79c9fc5a
commit 93df0458e6
7 changed files with 45 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ export default function Footer({ shopId, cartItemsLength, selectedPage }) {
{/* Cart Icon */}
<div onClick={goToCart} className={styles["footer-icon"]}>
{cartItemsLength !== "0" && (
{cartItemsLength != "0" && (
<div className={styles.circle}>{cartItemsLength}</div>
)}
<svg