From 23e5d29e7b05b8f995565f6dc78ae2c930ad0d87 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Sun, 19 Jan 2025 19:17:10 +0330 Subject: [PATCH] changed product card --- frontend/components/global/product/ProductCard.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/components/global/product/ProductCard.vue b/frontend/components/global/product/ProductCard.vue index 3b63c85..d4e18ab 100644 --- a/frontend/components/global/product/ProductCard.vue +++ b/frontend/components/global/product/ProductCard.vue @@ -42,23 +42,23 @@ defineProps();
- ${{ price }} -
+ {{ price }} +
{{ brand }} {{ title }} -
+