summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-21 12:04:20 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-21 12:04:20 +0700
commitfdfb47c3a825258b871ac5921605642e5e05fdd8 (patch)
tree9d8ee50a5a28bd67fad7a5699aa88c415b6fc60c /src/core/components/elements
parentfa45f8bc91adef3bacd3460ef4e3b1151ee13e71 (diff)
fix
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Appbar/Appbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Appbar/Appbar.jsx b/src/core/components/elements/Appbar/Appbar.jsx
index 8d060c44..8fa5a2a7 100644
--- a/src/core/components/elements/Appbar/Appbar.jsx
+++ b/src/core/components/elements/Appbar/Appbar.jsx
@@ -22,7 +22,7 @@ const AppBar = ({ title }) => {
<Link href="/" className="py-4 px-2">
<HomeIcon className="w-6 text-gray_r-12" />
</Link>
- <Link href="/shop/cart" className="py-4 px-2">
+ <Link href="/my/menu" className="py-4 px-2">
<Bars3Icon className="w-6 text-gray_r-12" />
</Link>
</div>