From 296d46740a42c3a2be5f39c2bd2342db38dfa55b Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:23:20 +0200 Subject: [PATCH 1/2] Replace CSS with Tailwind CSS --- components/Layout/LayoutNavbar.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/Layout/LayoutNavbar.vue b/components/Layout/LayoutNavbar.vue index ac79944a..2bf3dc37 100644 --- a/components/Layout/LayoutNavbar.vue +++ b/components/Layout/LayoutNavbar.vue @@ -1,7 +1,7 @@ - - From 478a17fd327fc7bd75f07c3841a033cb9b786245 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:24:30 +0200 Subject: [PATCH 2/2] Update CartContents.vue --- components/Cart/CartContents.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Cart/CartContents.vue b/components/Cart/CartContents.vue index 2d6888a7..1f08b7fc 100644 --- a/components/Cart/CartContents.vue +++ b/components/Cart/CartContents.vue @@ -34,7 +34,6 @@ */ import { computed, ref, onMounted } from "vue"; import { useCart } from "@/store/useCart"; -import CommonButton from "@/components/common/CommonButton.vue"; const props = defineProps({ showCheckoutButton: {