Skip to content

Commit 11c8eff

Browse files
committed
Cleanup
1 parent 0011ca7 commit 11c8eff

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21477,7 +21477,7 @@ var _hoisted_5 = {
2147721477
"class": "z-50 text-xl w-auto p-4 m-4 font-bold text-center border border-gray-300 border-opacity-50 shadow-md rounded"
2147821478
};
2147921479

21480-
var _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)("Products ");
21480+
var _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(" Products ");
2148121481

2148221482
var _hoisted_7 = /*#__PURE__*/_withScopeId(function () {
2148321483
return /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", {

resources/js/components/Header/MobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li
1818
class="z-50 text-xl w-auto p-4 m-4 font-bold text-center border border-gray-300 border-opacity-50 shadow-md rounded"
1919
>
20-
<router-link to="/products" @click="displayMobileMenu">Products </router-link>
20+
<router-link to="/products" @click="displayMobileMenu"> Products </router-link>
2121
</li>
2222
</ul>
2323
</div>

resources/js/components/Header/Navbar.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,19 @@
1313
src="../../../img/svg/Logo.svg"
1414
/>
1515
</div>
16-
1716
<img
1817
alt="Mobile logo"
1918
class="h-16 md:hidden block w-32"
2019
aria-label="Nettbutikk logo"
2120
src="../../../img/svg/MobileLogo.svg"
2221
/>
23-
2422
<div class="md:hidden block">
2523
<router-link to="/cart">
2624
<cart-component />
2725
</router-link>
2826
</div>
2927
</div>
30-
3128
<mobile-menu />
32-
3329
<div class="hidden lg:w-1/12 lg:block" />
3430
<div
3531
id="nav-content"

0 commit comments

Comments
 (0)