From 749e860a67b2c77342d7e6482f17d254a2800c8e Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:42:57 +0200 Subject: [PATCH] Replace loading text with spinner icon in cart Updated the cart loading state to display a spinning loader icon instead of plain text for improved user experience. --- components/Layout/LayoutCart.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/Layout/LayoutCart.vue b/components/Layout/LayoutCart.vue index f8ccbdce..47114a95 100644 --- a/components/Layout/LayoutCart.vue +++ b/components/Layout/LayoutCart.vue @@ -1,7 +1,11 @@