From 07f2ce6da107f6e113fd7d9184f8d9228da9ac90 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:35:58 +0200 Subject: [PATCH] Refactor --- .../Products/{ProductImage.vue => ProductsImage.vue} | 0 .../Products/{ProductPrice.vue => ProductsPrice.vue} | 0 components/Products/ProductsShowAll.vue | 7 ++----- 3 files changed, 2 insertions(+), 5 deletions(-) rename components/Products/{ProductImage.vue => ProductsImage.vue} (100%) rename components/Products/{ProductPrice.vue => ProductsPrice.vue} (100%) diff --git a/components/Products/ProductImage.vue b/components/Products/ProductsImage.vue similarity index 100% rename from components/Products/ProductImage.vue rename to components/Products/ProductsImage.vue diff --git a/components/Products/ProductPrice.vue b/components/Products/ProductsPrice.vue similarity index 100% rename from components/Products/ProductPrice.vue rename to components/Products/ProductsPrice.vue diff --git a/components/Products/ProductsShowAll.vue b/components/Products/ProductsShowAll.vue index 7cc45598..94dd26a2 100644 --- a/components/Products/ProductsShowAll.vue +++ b/components/Products/ProductsShowAll.vue @@ -6,14 +6,14 @@ class="text-black cursor-pointer hover:underline" :to="productLink(product)" > - +

{{ product.name }}

-