summaryrefslogtreecommitdiff
path: root/src/components/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/layouts')
-rw-r--r--src/components/layouts/AppBar.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/layouts/AppBar.js b/src/components/layouts/AppBar.js
index 534cfe02..fe74c940 100644
--- a/src/components/layouts/AppBar.js
+++ b/src/components/layouts/AppBar.js
@@ -1,4 +1,4 @@
-import { Bars3Icon, ChevronLeftIcon, HeartIcon, HomeIcon } from "@heroicons/react/24/outline";
+import { Bars3Icon, ChevronLeftIcon, HomeIcon, ShoppingCartIcon } from "@heroicons/react/24/outline";
import Head from "next/head";
import { useRouter } from "next/router";
import Link from "../elements/Link";
@@ -28,8 +28,8 @@ const AppBar = ({ title }) => {
{/* --- Start Icons */}
<div className="flex gap-x-4 items-center">
- <Link href="/my/wishlist">
- <HeartIcon className="w-6 stroke-2 text-gray_r-12"/>
+ <Link href="/shop/cart">
+ <ShoppingCartIcon className="w-6 stroke-2 text-gray_r-12"/>
</Link>
<Link href="/">
<HomeIcon className="w-6 stroke-2 text-gray_r-12"/>