Skip to content

Commit 73f41eb

Browse files
committed
Fix cart path
1 parent ebdbafe commit 73f41eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21686,7 +21686,7 @@ function render(_ctx, _cache) {
2168621686
var _component_mobile_menu = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("mobile-menu");
2168721687

2168821688
return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("header", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_2, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_3, [_hoisted_4, _hoisted_5, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_6, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_router_link, {
21689-
to: "/cart"
21689+
to: "/checkout"
2169021690
}, {
2169121691
"default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () {
2169221692
return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_cart_component)];

resources/js/components/Header/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
src="../../../img/svg/MobileLogo.svg"
2121
/>
2222
<div class="md:hidden block">
23-
<router-link to="/cart">
23+
<router-link to="/checkout">
2424
<cart-component />
2525
</router-link>
2626
</div>

0 commit comments

Comments
 (0)