Skip to content

Commit

Permalink
Merge pull request #1065 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
w3bdesign committed Jun 8, 2023
2 parents 831d1fa + b4327d9 commit f13a1cc
Show file tree
Hide file tree
Showing 2 changed files with 1,416 additions and 1,369 deletions.
4 changes: 2 additions & 2 deletions components/Products/ProductsShowAll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>
<img
id="product-image"
class="p-8 border mx-auto w-4/5 border-gray-200 rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
class="p-8 border mx-auto w-4/5 border-gray-200 rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
:alt="product.name"
:src="productImage(product)"
/>
Expand Down Expand Up @@ -71,7 +71,7 @@
>
<img
id="product-image"
class="p-8 border mx-auto w-4/5 border-gray-200 rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
class="p-8 border mx-auto w-4/5 border-gray-200 rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
:alt="product.name"
:src="productImage(product)"
/>
Expand Down
Loading

1 comment on commit f13a1cc

@vercel
Copy link

@vercel vercel bot commented on f13a1cc Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.