diff options
Diffstat (limited to 'src/core/components/elements/Appbar')
| -rw-r--r-- | src/core/components/elements/Appbar/Appbar.jsx | 2 |
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 2a19ec6c..8d060c44 100644 --- a/src/core/components/elements/Appbar/Appbar.jsx +++ b/src/core/components/elements/Appbar/Appbar.jsx @@ -19,7 +19,7 @@ const AppBar = ({ title }) => { <Link href="/shop/cart" className="py-4 px-2"> <ShoppingCartIcon className="w-6 text-gray_r-12" /> </Link> - <Link href="/shop/cart" className="py-4 px-2"> + <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"> |
