summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Navbar/Navbar.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/Navbar.jsx b/src/core/components/elements/Navbar/Navbar.jsx
index 99fdc446..f10ebd63 100644
--- a/src/core/components/elements/Navbar/Navbar.jsx
+++ b/src/core/components/elements/Navbar/Navbar.jsx
@@ -17,9 +17,9 @@ const Navbar = () => {
<Image src={IndoteknikLogo} alt="Indoteknik Logo" width={120} height={40} />
</Link>
<div className="flex gap-x-3">
- <button type="button">
+ <Link href="/my/wishlist">
<HeartIcon className="w-6 text-gray_r-12" />
- </button>
+ </Link>
<Link href="/shop/cart">
<ShoppingCartIcon className="w-6 text-gray_r-12" />
</Link>