From d848cfb8c487f85436b150a12f777a069c744364 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 11 May 2026 22:04:43 +0330 Subject: [PATCH 1/4] Fix simular products icon and list icon --- frontend/pages/product/[id].vue | 1 + frontend/pages/products/[...slug].vue | 9 +++++++-- frontend/public/img/poducts-list-section.gif | Bin 0 -> 340059 bytes .../public/img/simulare-products-section.gif | Bin 0 -> 388399 bytes 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 frontend/public/img/poducts-list-section.gif create mode 100644 frontend/public/img/simulare-products-section.gif diff --git a/frontend/pages/product/[id].vue b/frontend/pages/product/[id].vue index 509dac8..2ce6432 100644 --- a/frontend/pages/product/[id].vue +++ b/frontend/pages/product/[id].vue @@ -60,6 +60,7 @@ if (productResponse.isError ) { diff --git a/frontend/pages/products/[...slug].vue b/frontend/pages/products/[...slug].vue index a235c03..09ed89f 100644 --- a/frontend/pages/products/[...slug].vue +++ b/frontend/pages/products/[...slug].vue @@ -1,5 +1,4 @@