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/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>